WebCore: JavaScript scrolling script

Notes:

    Use View Page Source to see the JavaScript code.

    Change the text by typing something after var mes=" ";

    You can slow the speed down by decreasing the speed variable: currently, var speed = 10

    The default number of times that the message will scroll across is 10. To change this, change revol=9 to revol=x, remembering that the binary system will add 1 to your number.

    Change the size of the text area by typing size = "x" in the form box.

[Back to JavaScript Group on the WebCore Page]