Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
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.

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 enabledthe following are valid config commands:
-toolbar
-menubar
-location
-scrollbars
-resizable
-directories (file and edit menu, etc.)
-status (status bar)

![]() |
![]() |
![]() |

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