G
geoff
Hello
I get an error message, "access denied", when using mywindow.moveTo
with IE8 when using
<script type="text/javascript">
function mypopup(name_site) {
mywindow = window.open(name_site, "mywindow",
"location=1,status=1,scrollbars=1,width=1000px,height=700px");
mywindow.moveTo(0, 0);
}
</script>
The name_site is something like www.fred.com which is a different
domain name from the website where my files are hosted.
Does this mean that it is not possible to use a popup to show these
other sites?
Incidentally Microsoft in their Windows 7 Client web forum for
partners have not been able to help!
Cheers
Geoff
I get an error message, "access denied", when using mywindow.moveTo
with IE8 when using
<script type="text/javascript">
function mypopup(name_site) {
mywindow = window.open(name_site, "mywindow",
"location=1,status=1,scrollbars=1,width=1000px,height=700px");
mywindow.moveTo(0, 0);
}
</script>
The name_site is something like www.fred.com which is a different
domain name from the website where my files are hosted.
Does this mean that it is not possible to use a popup to show these
other sites?
Incidentally Microsoft in their Windows 7 Client web forum for
partners have not been able to help!
Cheers
Geoff