S
SO
Hi,
I wish to load a html page in a frame, however the page
has a code snippet
<script> if (top != self ) top.location =
location;</script>
which tends to move the page out of my frame.
This code snippet occurs on top of the html page and gets
executed before any of the event gets fired (body onload).
Is there a way to stop the execution of such scripts?
Thanks,
Sanjeev
I wish to load a html page in a frame, however the page
has a code snippet
<script> if (top != self ) top.location =
location;</script>
which tends to move the page out of my frame.
This code snippet occurs on top of the html page and gets
executed before any of the event gets fired (body onload).
Is there a way to stop the execution of such scripts?
Thanks,
Sanjeev