A script that will hide all status bar messages… (I've needed this script more than once!)
A script that will hide all status bar messages… (I've needed this script more than once!)
1 | Lynda
This isn't much more than the traditional per-link mousover/mouseout just with no text:
<a href="http://linkhere.com" onmouseover="window.status="; return true"; onmouseout="window.status="; return true">link text</a>
I just find it funny this guy calls it a "POWERFUL SCRIPT!" when it's been around for years.
2 | Christine
Oh, you would drive me crazy using that! I hate it when people change the the code to display text in the status bar instead of a link too. When I'm surfing, I often mouseover links and look at the status bar to see what the URL is so that I know whether or not I've been to the site before or if I want to open it while at work. Hiding it from me just ticks me off… :o) Although, on a project where maybe I'm redirecting to a different server and don't want the end users to see the URL, I guess this would be beneficial – but they could still view the source and figure it out if they were the curious type.
3 | Row
I agree with Christine, that sort of thing would drive me nuts. I like knowing where I'm going, thanks very much!
4 | Jennifer
Yeah, I wouldn't recommend this for blogs specifically. I've needed this for web based java apps for work (where they don't want this ugly url showing up in the status bar that has to do with the coding)… it's not so much a HIDE THE CODE thing, as it is a "make it look nicer" thing