JavaScript DHTML/Event onMethod/onFinish
"onFinish" Example
<html>
<body>
<marquee loop="2"
width=250
onfinish="alert("on finish event!")"
bgcolor="#EEEEEE">
www.wbex.ru
</marquee>
</body>
</html>
<html>
<body>
<marquee loop="2"
width=250
onfinish="alert("on finish event!")"
bgcolor="#EEEEEE">
www.wbex.ru
</marquee>
</body>
</html>