CodeIgniter Forums
Value from pop-up in the opener page - 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: Value from pop-up in the opener page (/showthread.php?tid=26672)



Value from pop-up in the opener page - El Forum - 01-20-2010

[eluser]bobyy[/eluser]
Hello

how can we do to get a value of the pop-up to the first page
like I wants to put my $var in the input of my first page?

Sorry for my English I’m French

Thanks


Value from pop-up in the opener page - El Forum - 01-20-2010

[eluser]Ben Edmunds[/eluser]
You can use javascript to show and hide a div and then pull the input from the form with js.

Or you could have the pop-up submit a form to another page.


Value from pop-up in the opener page - El Forum - 01-20-2010

[eluser]Ben Edmunds[/eluser]
For an example of what I'm talking about look up jQuery UI Dialog.


Value from pop-up in the opener page - El Forum - 01-20-2010

[eluser]bobyy[/eluser]
Ok nice I did it without Jquery, but very nice framework also Wink


Thanks you