Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Window Link
Message
De
26/06/2001 09:53:51
 
 
À
26/06/2001 09:33:18
Information générale
Forum:
Visual Basic
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00523533
Message ID:
00523551
Vues:
9
>what is the html code to open up a link in a new window? how would i then get rid of the control and navigatin bars in hat new window making it so that the web page is only shown in that new window with no navigation features?
>
>-mike

In IE, look at the help on the window.open method (sample VBScript):
window.open "mypage.asp?myvar=" & strValue, null, _
		"height=300, width=400, status=yes, toolbar=no, " _
		& "resizable=yes, menubar=no,location=no"
On other browsers you can probably use TARGET="somename" on the A tag, but I don't know how would you specify no toolbar or menu. HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform