'onFinish' Example : onFinish « Event onMethod « JavaScript DHTML
- JavaScript DHTML
- Event onMethod
- onFinish
'onFinish' Example
<html>
<body>
<marquee loop="2"
width=250
onfinish="alert('on finish event!')"
bgcolor="#EEEEEE">
www.java2s.com
</marquee>
</body>
</html>
Related examples in the same category