Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding url in IE
Message
 
À
28/03/2005 03:11:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00999361
Message ID:
00999429
Vues:
51
Thanks Dave,

I'm open to anything. I've been trying my code in the body onload event so it would fire when the page loaded. somehow I think either will cause the popup blocker to kick in.

John

>I don't know of a way to remove the status bar in the current window, although you of course can do it when opening a new window with window.open and using the options parameter.
>
>You say you don't want any script, but can you use the onmouseover event of the link?
<a href="http://www.levelextreme.com"
>onmouseover="window.status=' ';return true;">Get more info</a>
NOTE: If you put at least a 1-space string as above it will blank out the status message. If you assign an empty string, it will leave "Done" in the status bar. Either way, you avoid showing the link's destination.
>
>I did notice also that without the return true; added on, it didn't make the substitution.
>
>But you probably already know all of this and are looking for something else?
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform