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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I hide address bar and status bar using script in IE7?

Status
Not open for further replies.

dipraj77

Programmer
Nov 28, 2006
1
US
have an application which needs to be run on IE7.

I want to hide address bar & status bar for all users. For IE6, it 's working fine. In my script I have below code which hide all bars.


window.open("login.jsp", "eTIMS", "toolbar=0,location=0, directories=0, status=0, menubar=0,scrollbars=1,resizable=0,width=1014,height=714,left=0,top=0");

But for IE7, it's not working. It displaying URL and status bar.

I want for all users. So, I don't want to change security settings for IE7.("To allow browser without status bar and address bar"). We can't tell all user to do this.

How can I hide address bar and status bar using script in IE7?
 
You know that it's a restriction of IE7 - you've seen the settings yourself. So why ask? You are asking how to bypass security settings in IE7 - do you really think that this is possible?

Think of the ramifications if it were.

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top