|
|
||
|
When creating a Window, |
||
|
|
|
|
||
|
Thank you |
||
|
|
|
|
||
|
As long as the page being loaded into the IFRAME has it's own copy of the library, it should work just fine. |
||
|
|
|
|
||
|
Were you able to get this to work Zane? I'm doing something similar except that instead of loading a separate window with loadURL, I'm trying to load the window using document.write() or perhaps by adding DOM Elements to the window. Either way, I can't get it to work. |
||
|
|
|
|
||
|
99.9% of the time you're doing something wrong if you require document.write(). There is almost always a DOM solution. In your case, if you are unable to load the iframe from an url, I would suggest creating a script tag within it using createElement(). |
||
|
|
|
|
||
|
I think it's can be solved by use DOAMAPI elemnt as a preperty of Top Window. for Example, in master document we can attach the DOMAPI Element like this : window.domapi['elm1'] = elm1; |
||
|
|
