|
it can be done cross-window, just that you must specify the window as base root reference:
Something like that should work, I guess;
var myObj = windowobject.document.createElement(tag);
windowobject.document.root_reference.appendChild(myObj);
Last edited by Kor; 08-08-2005 at 04:30 PM..
|