'start()' Syntax, Parameters and Note : start « Javascript Methods « JavaScript Reference

'start()' Syntax, Parameters and Note

Note:

Starts playing the <marquee> element without firing the onStart event handler.
    
Syntax:
    
document.all.marqueeID.start()

    

      
      








Related examples in the same category

1.'start()' Example
2.'start()' is applied to