|
|
Q1354 How can I load a document into the opener window of a popop window, where the opener window has since loaded a secure page?
irt.org | Knowledge Base | JavaScript | Window | Q1354 [ previous next ] Q1354 How can I load a document into the opener window of a popop window, where the opener window has since loaded a secure page?In some versions of Internet Explorer attempting to alter the href property of the opener window (opener.href = 'http://www.irt.org') will result in a "Permission Denied" message. Instead first name the opener (do this as soon as the popup opens) and then target it:
or:
|
-- div -->
|