View Single Post
Old 08-08-2005, 04:27 PM   PM User | #8
Kor
Red Devil Mod


 
Kor's Avatar
 
Join Date: Apr 2003
Location: Bucharest, ROMANIA
Posts: 6,842
Thanks: 49
Thanked 219 Times in 215 Posts
Kor will become famous soon enoughKor will become famous soon enough
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);
__________________
KOR
Offshore programming
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Last edited by Kor; 08-08-2005 at 04:30 PM..
Kor is offline   Reply With Quote