Home / Free
JavaScripts / Scrollers / Here
Cut & Paste Message Slideshow
|
Description: A form box
message slideshow that rotates among infinite number of messages. Each message is
associated with a unique URL, and clicking the button will take the surfer to a different
URL, depending on when he/she clicks it.
Example:
Directions: Simply insert the
below into the <body> section of your page. The messages are contained by variables
mesages[0], mesages[1], etc and their corresponding links by messagelinks[0],
messagelinks[1], etc. Change those to your own. By default, the interval between each
message change is 4.5 seconds, reflected by "4500" in the second to last line of
the code. You can change that as well to your own, with 1000 being 1 second, and so on.