Hi, i want to host the yahoo open-id login in an iframe. However as soon as the yahoo page loads it executes the following javascript:
<script type="text/javascript">if(top == self)
{ document.write("") } else
{ top.location.href = "http://www.yahoo.com" }</script>
In other words, it redirects the whole page (not just the iframe). How can i prevent this redirect (all legal issues aside!)?