Sunday, June 12, 2011

Scroll parent window from child iframe

Scroll parent window to top, from child iframe:
<script type="text/javascript">
parent.scroll(0, 0);
</script>

No comments: