|
Posted by Harlan Messinger on February 1, 2007, 3:28 pm
Please log in for more thread options
mike.a.rea@gmail.com wrote:
> I am able to hide the URL of my link in the Window Status using
>
> <a href="link" onMouseOver="window.status=' ' ; return true;" >
>
> However the linked page take a second or two to load, it is a JSP and
> reading from a database. While it is loading the link shows in the
> Window Status. Is there any way for me to hide that totally as it
> loads?
No, unless you have some way to persuade the user to keep waving his
mouse back and forth over the link; and even then, the browser will
eventually stop processing interactions with the old page.
Why do you want to keep the user's browser from doing what's it's
supposed to do?
|