disable BACK & FORWARD button of internet explorer

A

Ashvin Navare

Hi,
We want to disable BACK & FORWARD button of the browser so
that user is forced to navigate through the menu options
provided in the site. The browser used is Internet
Explorer only.
Please suggest some solution or any other alternate
approach.
Early response is appreciated.

Regards,
Ashvin
 
J

Jon Paugh

You want to hide the toolbar.

I don't know if you can do this on a browser window that
is already open but you can do this when you open a new
window. From javascript, window.open is the method to open
a new window.

Here is a reference. Notice one of the parameters
is "toolbar". Setting it to no should hide the toolbar.

http://www.houseofscripts.com/scripts/javascripts/tips/open
win.htm

There might be a way for the user to open the toolbar
again.
 

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

Top