How choose in a pop up window and the value be updated in the parent window
Hi
I hava a form with a select box named theme and need to open a window with a list of themes with each preview image and a button to choose the theme.
Clicking on the button will close the pop-up and update the value of the theme select box
How can it be done ?
The button to open the window with themes is working fine
<input type=button value="Choose theme" onClick=window.open("choosetheme.php","w","width=100,height=100") >
But the problem is on the button to choose the theme it is not updating the value of the theme select box
Bookmarks