Found a solution after 6 hours on net patrol...
http://www.webmasterworld.com/forum21/10675.htm
in a nut shell, here is the solution...
The iframe page needs:
<script language="javascript">
function scrollToTop() {
scroll(0,0);
}
</script>
The iframe call should include:
<iframe onload="scrollToTop()"
and it works!
Thanks to someone going by the alias of lasvegas - thanks lasvegas!


).
Reply With Quote
Bookmarks