JavaScript DHTML/Event onMethod/onStart
"onStart" Example
<html>
<body>
<marquee
width=300
onstart="alert("New loop is about to start")"
bgcolor="#EEEEEE">
www.wbex.ru
</marquee>
</body>
</html>
<html>
<body>
<marquee
width=300
onstart="alert("New loop is about to start")"
bgcolor="#EEEEEE">
www.wbex.ru
</marquee>
</body>
</html>