Hello,
This must be something trivial, but ...
I have a form in a php page, where some fields are text box that must take their values from another form that I open in a new window with javascript. The secondary form contains a select control.
How must I return the selected value to the main form?
I have this code for the secondary form, but then, what happens is that the main forms reopens on the secondary window, not in the original main window from where I called the secondary.
<form name=secondary action=\"gestion.php\" method=\"post\">
If my explanation is not clear, please, let me know
Thanks in advance,