Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with window opener - images disapear!!!

Status
Not open for further replies.

Biffy13

Programmer
Oct 22, 2002
63
GB
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=&quot;javascript&quot;>
window.opener.location.href=&quot;
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top