Hi
Has anyone encountered a problem whereby the images on the main window disappear (cannot be displayed) after being called by window.opener.location.href?
I have my main page on one domain (on an SSL), on which is a button that calls a popup (on another domain and not on SSL). This popup then links thru to several more pages until it reaches one which calls:
<script language="javascript">
window.opener.location.href="
window.close();
</script>
This recalls the main page and closes the popup as commanded, but all my graphics have disappeared! I am using relative paths to the graphics - and i know they work as they do before the page is recalled.
Does this make sense? The only reason for the differing domains is that the popup calls scripts that are external to my site, and therefore prevents the user getting a 'do you want to display non-secure items' message on every page.
Does this make sense and does anyone have any suggestions please?
Thanks
Has anyone encountered a problem whereby the images on the main window disappear (cannot be displayed) after being called by window.opener.location.href?
I have my main page on one domain (on an SSL), on which is a button that calls a popup (on another domain and not on SSL). This popup then links thru to several more pages until it reaches one which calls:
<script language="javascript">
window.opener.location.href="
window.close();
</script>
This recalls the main page and closes the popup as commanded, but all my graphics have disappeared! I am using relative paths to the graphics - and i know they work as they do before the page is recalled.
Does this make sense? The only reason for the differing domains is that the popup calls scripts that are external to my site, and therefore prevents the user getting a 'do you want to display non-secure items' message on every page.
Does this make sense and does anyone have any suggestions please?
Thanks