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

'stop()' Syntax, Parameters and Note

Note:

Stops playing the <marquee> element.
    
Syntax:
    
document.all.marqueeID.stop()

    

      
      








Related examples in the same category

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