How to disable scripts?

  • Thread starter Thread starter SO
  • Start date Start date
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
 
Under your Security settings, there's a section for Scripting - including an
option to disable scripting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top