Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling Browser Bars

Status
Not open for further replies.

abc73

Programmer
Apr 28, 2004
89
US
Can someone help me how to disable all browser bars: scroll, tool, links, address, menu etc.

All I want is the close button in the Browser and everything else disables or hidden in any browser. The user comes to the page by clicking a button in an Oracle Form. So when the page is opened I want my above bars disabled.
Here also what if javscript is disabled in a browser is there any way to check if javascript disabled make it enabled in the code as I don't want to pop-up any king of message to user to enable javascript. Any help is really appreciated.

Thanks
 
haha! your questions are comical.

you can do this only using javascript. you'll have to use the window.open() javascript method, and specify the necessary parameters.

in any browser
not gonna happen

what if javscript is disabled in a browser is there any way to check if javascript disabled make it enabled
absolutely not, that's a tremendous security hazard

*cLFlaVA
----------------------------
[tt]a frickin' twelve-gauge, what do you think?[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
well then it's no use. Thanks for the tip.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top