Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New window
Message
De
25/06/2001 17:00:40
 
 
À
25/06/2001 16:41:16
Information générale
Forum:
Internet
Catégorie:
HTML
Titre:
Divers
Thread ID:
00523254
Message ID:
00523277
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?

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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform