Click to See Complete Forum and Search --> : How to Remove FORWARD, BACKWARD buttons in tool bar?


Nilesh Kulkarni
03-21-2000, 06:17 AM
hi
thanks in advance for your help.
on my site there is a requirement that, the user should follow a constant
sequence,
when he browse through the site.
I don't want to give the user facility to go backward and forward through
toolbar.
So How to Remove FORWARD, BACKWARD buttons in tool bar?
Our site is specific to the IE5.
nilesh kulkarni

Mary Beth
03-28-2000, 03:27 PM
"Nilesh Kulkarni" <nilkul@hotmail.com> wrote:
>hi
>thanks in advance for your help.
>on my site there is a requirement that, the user should follow a constant
>sequence,
>when he browse through the site.
>I don't want to give the user facility to go backward and forward through
>toolbar.
>So How to Remove FORWARD, BACKWARD buttons in tool bar?
>Our site is specific to the IE5.
>nilesh kulkarni
>
>
>

You can do some javascript event handlers such as this:
window.open ('yourpage.htm?config='menubar=no, toolbar=no, resizable=no,
titlebar=no, top=0, left=0 height=1520, width=1550, scrollbars=yes, status=yes,
fullscreen=no');

It will remove the buttons, however if the user does a right mouse click,
or hits the backspace key they can still navigate backward & forward.

Mary Beth