You can pass values of inputs/variables from a popup window to
opener window through javascript like:

        window.opener.document.form1.input1.value = js_value;

    where js_value can be a javascript variable or a value of an input
in a form in the popup window.

    Andy

William Stokes wrote:
> Hello,
>
> How can I pass a variable from popup window back to the page that originally 
> opened the popup? Or can I?
>
> Thanks
> -Will
>
>   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to