CodeIgniter Forums
Passing value from a popup window back to the main form.. help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Passing value from a popup window back to the main form.. help (/showthread.php?tid=39830)



Passing value from a popup window back to the main form.. help - El Forum - 03-22-2011

[eluser]black.Blank[/eluser]
I have a form wherein the user will open another page to view the options.
I used an input type of image then window.open() to open the page. Now, how can i pass the values from the popup window back to the main form? thanks a lot Smile