ASM wrote:
> sangram a écrit :
> > Passing value from parent to child window created by Pop up
>
>
> truc = window.open('file.htm');
>
> In mother window :
> daughter = truc.document;
> daughter.forms[0].aText.value = document.forms[0].myText.value;
>
> In daughter window :
> mother = opener.document;
> mother.forms[0].myText.value = document.forms[0].aText.value;
>
> --
> Stephane Moriaux et son (moins) vieux Mac déjà dépassé
> Stephane Moriaux and his (less) old Mac already out of date
Here you can find a good example of how cross window script works.
Pritty simple and easy to understand code:
http://www.galasoft-lb.ch/myjavascri...000090401.html