JavaScript DHTML/Event onMethod/onFinish

Материал из Web эксперт
Перейти к: навигация, поиск

"onFinish" Example

   <source lang="html4strict">
   

<html> <body> <marquee loop="2"

        width=250 
        onfinish="alert("on finish event!")" 
        bgcolor="#EEEEEE">
        www.wbex.ru

</marquee> </body> </html>


     </source>