Hi
I'm a complete numpty when it comes to javascript so please excuse my ignorance.
I have a link to a site that I usually open in an iframe, the source of that site now contains this code...
<script type="text/javascript">if(top.location.href!=self.location.href)top.location.href=self.location.href;</script>
Which unless I am mistaken means "Get the hell out of any frames"
Is there anything that I can do in my iframe code to overide that and force the site into my iframe or will javascript always win this battle?
Thanks in advance
Steve