Calling function in a child window from main parent window

Calling function in a child window from main parent window

am 03.09.2007 13:47:19 von Bhishm

Hi,

I am opening a child window from parent using window.open, but on
refreshing the parent the reference of the child is lost.

Is there any way to save the reference of the child in the parent
after refresh.

I have searched a lot but not able to find any relevant information

Thanks & Regards,
Bhishm

Re: Calling function in a child window from main parent window

am 03.09.2007 14:03:34 von Michael Fesser

..oO(Bhishm)

>I am opening a child window from parent using window.open, but on
>refreshing the parent the reference of the child is lost.
>
>Is there any way to save the reference of the child in the parent
>after refresh.

Try a JavaScript newsgroup, this has nothing to do with PHP.

Micha