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

Firewall frames breakout error

Status
Not open for further replies.

Shilohcity

Technical User
Jul 12, 2000
136
GB
Hi there

I have a very situatrion specific problem with a webpage. I have a page that breaks free of frames using this code:

if (top != self)
top.location = self.location

There are no problems in any situations with people using IE. However people who use Netscape from behind a firewall or proxy server have trouble viewing this page. They get a blank page that when the source is viewed has all of the HTML and Javascript code present.

This is a weird problem in that it also seems to be prominent amongst academic users i.e. people accessing our website from behind academic institute firewalls.

Any suggestions?

Thanks
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer

Visit me at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top