I use following function (with dhtml windows):
and then call the function in the body tag as such:Code:<script language="javascript" type="text/javascript"> function loadPage() { parent.Window1.load("iframe", "myPage.php", "page") } </script>
However, it works just fine in Firefox, but in Internet Explorer it does only work if I use it with an button (onClick) and not with onload.....Code:<body onload="loadPage()">



Reply With Quote

Bookmarks