Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnFinish Example

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