1. PROBLEM
I made link wich opens popup window named "popup1" on this way:
href="javascript:window.open('first.html','popup1','menubar=yes')"
and I need script wich I will put in first.html, something like :
if (window name is not "popup1")
window.location.replace("otherpage.html");
2. PROBLEM
How to prevent loading of pages different than first.htm
in popup window named "popup1" ?
I this possible?
Best Regards
*I need this only for IE
I made link wich opens popup window named "popup1" on this way:
href="javascript:window.open('first.html','popup1','menubar=yes')"
and I need script wich I will put in first.html, something like :
if (window name is not "popup1")
window.location.replace("otherpage.html");
2. PROBLEM
How to prevent loading of pages different than first.htm
in popup window named "popup1" ?
I this possible?

Best Regards
*I need this only for IE
Comment