web application browser area

  • Thread starter Thread starter Jessica Weiner
  • Start date Start date
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
 
You'd need to use client-side code to open a new window with no menus etc.

Be aware though that you may run into issues with pop-up blockers, and some browsers allow users to prevent opening of new windows
with no controls (back, forward, statusbar, addressbar etc). Also, "back" and "forward" actions are still available via context
menus and keyboard shortcuts.

Unless this is for an intranet environment, you might want to re-evaluate your "need" for a no-chrome window.

Tim
 

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

Back
Top