'onFinish' Example : onFinish « Event Handlers Reference « JavaScript Reference

'onFinish' Example

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

    
      
      








Related examples in the same category

1.'onFinish' Syntax and Note
2.'onFinish' Properties
3.'onFinish' is applied to