IE How to disable Navigation Bar

M

Mirovk

Hi,
I would like to disable the navigation bar in IE to force my web users
to use the application´s navigation buttons.

Ideas welcome,
Thanks...
 
J

Jay

this seems to be more a "Javascript" function you could do. Try this:


<script>
<!--
function OpenWindow(){
window.open("http://www.google.com","","scrollbars")
}
//-->
</script>
<a href="#" onClick="OpenWindow()">Google</a>




this will create a popup window w/o anything, except scrollbars and a
titlebar...


thanks,
Jay





Hi,
I would like to disable the navigation bar in IE to force my web users
to use the application´s navigation buttons.

Ideas welcome,
Thanks...
 
A

Aaron Bertrand [SQL Server MVP]

Why? Even without Back/Forward/Refresh buttons, I can still use Backspace,
Alt+Left/ALt+Right, F5, etc...

The goal is to design your web application in such a way that it can handle
the different things a user might do.

http://classicasp.aspfaq.com/general/how-do-i-disable-the-back/forward-buttons.html

A



Hi,
I would like to disable the navigation bar in IE to force my web users
to use the application´s navigation buttons.

Ideas welcome,
Thanks...
 

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

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top