Computing.Net > Forums > Programming > Html page (no menu bar, no location bar)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Html page (no menu bar, no location bar)

Reply to Message Icon

Name: Wiliam
Date: December 21, 2001 at 00:05:54 Pacific
Comment:

hello;
how can i make an html page that doesn't have menu bar, location bar, tools bar.
note:I know that you can make this by javascript and the command is (open("","","")..
but i need to open this page first i don't want to call it from any window.



Sponsored Link
Ads by Google

Response Number 1
Name: Doeboy
Date: December 23, 2001 at 12:08:54 Pacific
Reply:

to make the window open without the toolbar, menubar, etc... use the config commands that corospond with them, fo example the following will open a windows without a toolbar, menubar, or loc. bar:

window.open('opened.html', 'joe', config='height=300,width=300,toolbar=0,menubar=0,location=0')

0 indicated off, or disabled
1 indicated on, or enabled

the following are valid config commands:
-toolbar
-menubar
-location
-scrollbars
-resizable
-directories (file and edit menu, etc.)
-status (status bar)


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Html page (no menu bar, no location bar)

Password protect html page www.computing.net/answers/programming/password-protect-html-page/4838.html

menu bar coding in VB www.computing.net/answers/programming/menu-bar-coding-in-vb/2081.html

menu bar in vba www.computing.net/answers/programming/menu-bar-in-vba/3013.html