|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I remove all of the toolbars, and menus from the IE 5.0 browser. Our application needs to use only the navigation buttons that we provide in the browser window. All of the standard toolbars and menus have to be disabled.
Thank you! |
|
#2
|
|||
|
|||
|
pop your site up in a new window using JS from the index page. then you can pick and choose the properties of your window.
-b |
|
#3
|
|||
|
|||
|
[add this to the first page users are guided
to(index.html or somethin'), it will bring up a new window with a source u provide; don't forget<body onload="nocrap()">]: <script language="JavaScript"> function nocrap(){ window.open("somefile.html", "TheName", "location=0, toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, fullscreen=1") } </script> [if u are bothered by the fullscreen, change it back to "0"] |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Removing standard button bar from IE 5.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|