To change text link that show to user in status bar to a different URL, you can use the “window.status” property. It work fine in Internet Explorer, but in Firefox, you must make some customize to the option. Click “Tools” -> “Options”, click “Content” Tab, then “Enable Javascript” must be on and click on the “Advanced” button, and finally check “Change status bar text” . By default, its disabled.
For most browsers “window.status” have disable this option, because it can be misused, but if you still want to use this method(not recommended), here the example,
<a href=”counter.php?redirect_to=http://www.pandazen.wordpress.com/”
onmouseover=”window.status=’http://www.pandazen.wordpress.com/’;return true;”
onmouseout=”window.status=”;”>Go To PandaZen</a>
Filed under: web | Tagged: web | 1 Comment »
















