Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppress URL in Web Browser Status Bar
Message
De
23/05/2001 08:33:19
 
 
À
23/05/2001 07:47:32
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00510256
Message ID:
00510271
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>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"
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform