Re: Transfer a data or form post from window2window by name
name
Fri Oct 24 03:14:06 CDT 2003
The two window objects must not be
set equal.
[self,this,top, window, parent (var) ...]
or it will just render on either page.
"transfer"
So you are setting
var obj = theOtherWindow
then obj.document IS NOT document of calling window
but a traversable reference with changes reflected in
obj.document page rendered.
------
"caglaror" <caglaror@mynet.com> wrote in message
news:08a201c3998b$4e35d300$a001280a@phx.gbl...
> Hello,
> The problem is;
> there are some data that i have to transfer from a window
> to a window.
> If one of this window is an opener, how must the code is
> and how if they are not related windows.
> Thank you
> caglaror
> Note: Ofcourse the language is vbs (or sometthing like
> dhtml)