Heres the situation:
I've got a website which is in frames. I want a certain page to appear in one of the frames, but it contains this code:
<script language="JavaScript"><!--
if (self != top)
alert('Cannot load page inside of a frame!');
else
document.write("<meta http-equiv=\"refresh\" content=\"0;URL=/page.php?x=21898&pro=336b3a13b911fb2c86c2e248273d5f7f\">");
//--></script>
As you can see, the page will not redirect if it is in a frame under normal circumstances. This is important, because the redirect is dynamic. However, I know there is a way around this. Unfortunately, I do not possess the knowledge to figure it out. If anyone would be kind enough to assist me, I would be very happy. Thanks for your time.
Bob Foliday
I've got a website which is in frames. I want a certain page to appear in one of the frames, but it contains this code:
<script language="JavaScript"><!--
if (self != top)
alert('Cannot load page inside of a frame!');
else
document.write("<meta http-equiv=\"refresh\" content=\"0;URL=/page.php?x=21898&pro=336b3a13b911fb2c86c2e248273d5f7f\">");
//--></script>
As you can see, the page will not redirect if it is in a frame under normal circumstances. This is important, because the redirect is dynamic. However, I know there is a way around this. Unfortunately, I do not possess the knowledge to figure it out. If anyone would be kind enough to assist me, I would be very happy. Thanks for your time.
Bob Foliday