» home
» contact
» terms of use

FREE SCRIPTS
» new
» text
» image
» utility
» background
» animation
» date/time

FREE ONLINE TOOLS
» code generators
» text animator
» drawing animator
» color animator
» slideshow factory
» javascript speed test

FREE BASIC SNIPLETS
» alert box
» image: multi-rollover
» pop-up: centering
» more

FREE'N'CRAZY
» realtime death counter
» eyeQ
» fun ticker

RECOMMENDED LINKS
» www.dynamicdrive.com
» www.hotscripts.com

TitleTicker
Fun of JavaScript: Translate the boring titlebar into a dynamic ticker that displays additional informations about the textlinks. Each textlink can have amessage of its own. Fast. Small. True copy-and-paste. Internet Explorer 5x/6x/7x/8x, Firefox 2x/3x/4x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x/5x.

Test it
Move your mouse over the blue textlink below to see TitleTicker live in action:
FREE TRIAL: Firestarter for easy flash effects

Install it
Step 1: Open your webpage. Paste the following code between the <head> and </head> tags:




Step 2: Open your webpage. Put the red code below into your textlinks and edit the message for the link (red and bold). Each textlink can have a text of its own:

<a href="http://www.anyurl.com" onMouseOver="showmessage('Put the message for this link between these brackets')" onMouseOut="hidemessage()">silly link</a>