'onStart' Example
<html> <body> <marquee width=300 onstart="alert('New loop is about to start')" bgcolor="#EEEEEE"> www.java2s.com </marquee> </body> </html>