Shilohcity
Technical User
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
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