There is a JavaScript code that opens new page which tries to change the mother-page with the help of window.opener. I need to Protect mother-page from any change. Any advice on how to do it?

Code like this needs to be blocked

window.opener.location.href='http://google.com/';

link|improve this question
1  
No script, no comment. What does the script do? If on the same server you can edit the script. If not on the same server it cannot change the opener – mplungjan Feb 1 at 9:43
very rightly said by mplungjan. – Ravia Feb 1 at 10:48
basically the question is if I can stop any script of type "window.opener"? – Alex Feb 1 at 11:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.