Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New Window Link
Message
From
26/06/2001 09:53:51
 
 
General information
Forum:
Visual Basic
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00523533
Message ID:
00523551
Views:
8
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform