Page is a not externally linkable
Purple_Martin - 6:03 am on Sep 11, 2002 (gmt 0)
1. Put a span (with id) in the document where you want something displayed (instead of using a script tag). HTH
You could do the following:
2. Write a JavaScript function which changes the innerHTML property of the span to what you want displayed.
3. Make the function call itself every 10 seconds using setTimeout.
4. Call the function with the body onLoad event to get it started.