glenelkins Posted January 13, 2007 Share Posted January 13, 2007 HiI have written a simple gallery script in php. Each image thumbnail has a radio button to select which image to use. This is in <form></form> with a submit buttom. The gallery is a popup from a form on another page. Basically i would like to know when the form is submitted on the popup, how do I send the value of the selected radio button back to the other page with JavaScript so the page does not need to refresh (which it would do in php) Quote Link to comment Share on other sites More sharing options...
fenway Posted January 15, 2007 Share Posted January 15, 2007 Sounds like a job for window.opener... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.