Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress URL in Web Browser Status Bar
Message
From
24/05/2001 11:21:22
 
 
To
24/05/2001 11:16:51
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00510256
Message ID:
00510933
Views:
16
>>>>In a web browser when the mouse passes over a link, the link's URL is displayed in the browser's status bar. Is there a way to programmatically suppress this?
>>>
>>>One way would be to use the window.status parameter in the A HREF tag:
>>>
>>>
>>>window.status='';return true" onMouseOut=" window.status='';return true"
>>>
>>
>>This works pretty well, But I notice that when the user clicks the link, the URL shows up in the status bar. I tried the onmousedown, click and a variety of other events but I can't seem to find the one that causes the URL to appear in the status bar when the link is clicked. Any ideas?
>
>In that case, you might want to remove the status bar.

Actually, the main culprit seems to be the onfocus event. Now there is just a flicker of the URL when navigation happens. I can live with this. Thanks.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform