Snippets

Here is your code snippet

Code


Status bar text

Displays text in the status bar when the mouse is passed over a link

<a href="http://www.programmershelp.co.uk" onmouseover="window.status='Link Description'; return true">Your Link</a>