english bad but I try explain my problem I want to not appear url in internet exploer example: how can I write another text in there I use this code :
Hide the url on the status bar? This is a JavaScript issue, but if I remember correctly something like this should do the trick: <a href="http://www.google.com" onmouseover="window.status='[COLOR="Red"]write something here which will be showed on the status bar or keep it blank[/COLOR]'; return true;">Google</a> Code (markup):