'scrollDelay' Example : Marquee « HTML « JavaScript DHTML






'scrollDelay' Example

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

    
      
      








Related examples in the same category

1.Marquee 'direction' Example
2.'behavior' Example
3.'trueSpeed' Example
4.'scrollAmount' Example
5.Marquee 'start()' Example
6.Marquee 'stop()' Example
7.The blink and marquee Tags
8.Controlling MARQUEE Object Properties