Cut & Paste Ticker Tape
Credit: Dave Methvin, Windows
Magazine
Description: This ticker tape will scroll any lines of text you enter into it.
Example:
Directions: Simply cut and paste the script into the <body> section of your webpage. You can change the size of the tape by changing 25, you can change the speed of the tape by adding/subtracting 100.
<CENTER> <FORM NAME="marquee1"> <INPUT NAME="text" SIZE=25 VALUE=" Welcome to JK's ultimate JavaScript tutorial! Have fun!" > </FORM> </CENTER> <SCRIPT> |