Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New window
Message
From
25/06/2001 17:00:40
 
 
General information
Forum:
Internet
Category:
HTML
Title:
Miscellaneous
Thread ID:
00523254
Message ID:
00523277
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?

You can call a javascript function which can include this:
function OpenNewWindow()
{
window.open("http://www.levelextreme.com","_blank","scrollbars=yes,
 width=1000,height=750,resizable=no,toolbar=no,menubar=no,status=no,location=no")
}
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
Previous
Reply
Map
View

Click here to load this message in the networking platform