This script renders an IFRAME with scroll up/down functionality of the page within. It's an excellent way to display external content in a contained space.
This script expands on the regular ticker, by delivering its messages both in sequence (one at a time), and optionally, all at once. No more waiting to get to a message you saw earlier.
This is a Cross Browser Javascript Ticker that runs on MSIE as well as Netscape. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be added to the array ticker_url. This ticker ticks the messages on a button. You can change the style of the button easily. The ticker speed can be changeed easily by modifying the value of the variable ticker_speed. (Here it is 1, which means that the message would change every 1 second.)
This is a Javascript ticker that ticks a number of messages. The ticker has a function to display all the ticker messages together. You can also change the ticker speed.
Display and rotate content from an external file using this robust IFRAME ticker. Noteworthy features of the script include: Content is pulled from an external html file; Each content is defined inside the same page and using regular HTML, instead of inside JavaScript variables; Works in both IE4+ and NS6+, degrading well with rest (by not appearing). This script can further be combined with PHP or other server side scripting to dynamically populate the content.