![]() |
Flashing
Status Bar Text |
|
Flashing Status Bar JavascriptThis status bar javascript causes the text to flash once the page has been loaded. Very eye catching and sure to get the visitors attention. May not work in newer browser, especially ie 7.0 STEP 1 Copy the flashing status bar script below and paste it into the <head> of your html document. Change the message where it says, var yourwords = "Your message goes here!"; You can control the flashing speed in the top part of the script where it says, var speed = 300;. Lower number makes the flashing faster.
STEP 2 Once you have pasted the flashing status bar script into the <head> place this event handler straight into the <body> tag; onload="flash();" Enjoy!
|
|