Hi
I have an external website link on my webpage which open like all the link
in TARGET frame.
since last week the external link vendor put script in his page which
refresh and remove my frame.
How can I kill this script so it stays in my target frame???
thanks
the script is as below.
"""
<script language="JavaS cript">
<!--
// Initialization
function checkFrameset() {
if (window.frames) {
if (parent != self) {
top.location.hr ef = self.location.h ref;
}
}
return;
}
function pageSetup() {
checkFrameset() ;
// popup_ad();
return;
}
//-->
</script>
"""
I have an external website link on my webpage which open like all the link
in TARGET frame.
since last week the external link vendor put script in his page which
refresh and remove my frame.
How can I kill this script so it stays in my target frame???
thanks
the script is as below.
"""
<script language="JavaS cript">
<!--
// Initialization
function checkFrameset() {
if (window.frames) {
if (parent != self) {
top.location.hr ef = self.location.h ref;
}
}
return;
}
function pageSetup() {
checkFrameset() ;
// popup_ad();
return;
}
//-->
</script>
"""
Comment