472,119 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

IE How to disable Navigation Bar

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...

Aug 26 '06 #1
2 5076
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

"Mirovk" <jl****@hogaryalgomas.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
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...
Aug 26 '06 #2
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...d-buttons.html

A

"Mirovk" <jl****@hogaryalgomas.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
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...
Aug 27 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by eje | last post: by
1 post views Thread by Terry Olsen | last post: by
11 posts views Thread by matty | last post: by
56 posts views Thread by Deepan HTML | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.