Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding url in IE
Message
De
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:
00999372
Vues:
39
John,

>Anyone know how to hide the address bar in a webpage without using javascript or vbscript?

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?
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform