![]() |
How to create popup in codeigniter - 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: How to create popup in codeigniter (/showthread.php?tid=10387) |
How to create popup in codeigniter - El Forum - 07-29-2008 [eluser]johnmiller[/eluser] hi... how to create popup in codeignter? and how can i pass value from current page to popup? How to create popup in codeigniter - El Forum - 07-29-2008 [eluser]Jilani Jidni[/eluser] [quote author="johnmiller" date="1217386087"]hi... how to create popup in codeignter? and how can i pass value from current page to popup?[/quote] you can use javascript popup window and pass a value as a regular manner. How to create popup in codeigniter - El Forum - 07-30-2008 [eluser]myerman[/eluser] Check out the anchor_popup() function of the URL helper. similar to anchor(). http://ellislab.com/codeigniter/user-guide/helpers/url_helper.html How to create popup in codeigniter - El Forum - 07-30-2008 [eluser]johnmiller[/eluser] Thank you guys... How to create popup in codeigniter - 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 How to create popup in codeigniter - El Forum - 06-30-2011 [eluser]Unknown[/eluser] [quote author="Jilani Jidni" date="1217411315"][quote author="johnmiller" date="1217386087"]hi... how to create popup in codeignter? and how can i pass value from current page to popup?[/quote] you can use javascript popup window and pass a value as a regular manner.[/quote] Hi, Using Jqmodal libray of jquery for popup in another window tutorial! http://ellislab.com/forums/viewthread/192949/ |