Rich Fox said the following on 9/18/2003 12:24 PM>>

I have a popup window, itemSelect.php, from which I would like to reload the
calling page. itemSelect.php has a form, and I want to reload the calling
page with these form variables. How can I do this? I can reload the page
easily enough, with

you can use javascript to set form variables in the calling page like

window.opener.docuemnt.forms.your_element.value= whatever_value_you_want

HTH
R'twick

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



Reply via email to