browser window

J

Jessica Weiner

I have a web application that needs to be displayed in the browser such that
it takes up the *whole* window, i.e.browser's back/forwards buttons and
menus etc shouldn't be displayed. How can this be done?

Thanks.
Jess
 
L

Laurent Bugnion

Hi,

Jessica said:
I have a web application that needs to be displayed in the browser such that
it takes up the *whole* window, i.e.browser's back/forwards buttons and
menus etc shouldn't be displayed. How can this be done?

Thanks.
Jess

The main window will always have the bars (toolbar, status bar, etc...);
you cannot remove them for security reasons.

However, from the main window you can open a pop-up using JavaScript,
and in the open method, you can specify which bars should be displayed.

http://developer.mozilla.org/en/docs/DOM:window.open#Toolbar_and_chrome_features

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top