'onFinish' Example : onFinish « Event onMethod « JavaScript DHTML






'onFinish' Example

    
<html>
<body>
<marquee loop="2" 
         width=250 
         onfinish="alert('on finish event!')" 
         bgcolor="#EEEEEE">
         www.java2s.com
</marquee>
</body>
</html>

    
      
      








Related examples in the same category