'onStart' Example : onStart « Event onMethod « JavaScript DHTML
- JavaScript DHTML
- Event onMethod
- onStart
'onStart' Example
<html>
<body>
<marquee
width=300
onstart="alert('New loop is about to start')"
bgcolor="#EEEEEE">
www.java2s.com
</marquee>
</body>
</html>
Related examples in the same category