When you link to the page you need to include a set of properties like this:
window.open mypage.aspx
menubar=no,location=no,menus=no,scrollbars=no,resizable=no
status=no,titlebar=no
This will need to be part of a javascript function called from the link to
the page. It's probably not truely correct but if you research window.open
on the web you'll probably find what you are looking for.
<M>ike
lisak said:
How do you remove the forward and back button from the browser window when
creating an application using Visual Studio.Net. I want each web form to
have the forward and back buttons removed or disabled so that users cannot
browse this way.