Mega Code Archive

 
Categories / JavaScript DHTML / Event Onmethod
 

OnFinish Example

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