Random message generation
| Random message generation | |
06 February 2004
What this script does is create a text box on a web page and display one of any number of pre-defined messages each time the page is loaded. The following part of the three stage script needs to be inserted between the <head> and </head> tags of your webpage. This script has some generic messages already in place, but these can be replaced with your own. Be careful not to delete any of the quote marks or commas or the script won’t work
<BODY onLoad="randQuote()"> Finally, the third part of the script below determines where the random message appears. The settings can be changed to suit your site and message. <div align="center"> | |
