Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to open a new browser with options?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00708106
Message ID:
00708141
Vues:
9
>I see there are sites that have help and other usefull items much like UTs preview. No controls, sized, etc. How is this done?
>
>My thanks in advance,


Here is a sample to open a browser with some options set. (No toolbar, sized, etc.)
You would use it from within a script tag.
window.open("YourDocument.htm","Viewer","toolbar=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=500");
Chris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform