'trueSpeed' Example : Marquee : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » Marquee »

 

'trueSpeed' Example



    
<html>
<body>
<script language="JavaScript">
    function function1(){
        document.all.myMarquee.trueSpeed = false;
    }
</script>
<marquee id="myMarquee" bgcolor="cyan">Sample Text</marquee>
<input type="button" value="truespeed" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Marquee