R.S.Galloway wrote: > > > I suppose I can use document.write to insert the PWC window code into > the parent and then call it from the iframe, but I was hoping there > might be a more elegant solution in the PWC code itself. Like a switch > to have the window pop up on top or something. > > Thanks for the help.
no no, that was not what I meant. Yes, you can do that, but it will give you an awkward solution. You can just add the PWC to the DOM of the parent, that should do the trick. You can use the handy shortcuts from Prototype.js for that. Or you can create a method in the parent window that creates this object for you (i.e., the way you do it now in the iframe) and you call that method from the iframe (by using the parent window object). _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
