Shilohcity
Technical User
Hi there
I have a page which launches from a framed page but which I need to display out of frames. I have used the following code at the top which seemed to achieve this fine in IE.
<!--
if (top != self)
top.location = self.location
//-->
However when the page is displayed in NN all I get is a blank page. Upon inspecting the source code I can see the page is there but there is a transfer interrupted header. I am assuming from my limited Javascript knowledge that this is a result of the above function.
Does anybody have any suggestions as of ways around this?
All help is most appreciated.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I have a page which launches from a framed page but which I need to display out of frames. I have used the following code at the top which seemed to achieve this fine in IE.
<!--
if (top != self)
top.location = self.location
//-->
However when the page is displayed in NN all I get is a blank page. Upon inspecting the source code I can see the page is there but there is a transfer interrupted header. I am assuming from my limited Javascript knowledge that this is a result of the above function.
Does anybody have any suggestions as of ways around this?
All help is most appreciated.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at