See the post http://arafats.info/how-to-open-popup-window-in-cakephp/
On Wed, Dec 15, 2010 at 12:56 AM, Yasir Arafat Hasib <[email protected]>wrote: > Tomorrow i will post a working code. > http://arafats.info/category/php/cakephp/ > > > But this is a no test sample. You can try. > > <?php echo $html->link(__($result['Menu']['menu_names'], true), > '#',array('onclick’=>’service_view()’))); ?> > > <script> > function service_view(){ > //write your popup code here. > } > </script> > > > On Tue, Nov 30, 2010 at 9:34 AM, ambati kiran <[email protected]>wrote: > >> hi .,.,. >> >> Can someone please help me with this requirement? >> >> i want to call a view in a pop up window. >> pop up window must be popped up when user clicks on submit button. >> i was searching in the web for the same for past 2 days and got nothing. >> Hope i get answer here. >> >> Check out the new CakePHP Questions site http://cakeqs.org and help >> others with their CakePHP related questions. >> >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<cake-php%[email protected]>For >> more options, visit this group at >> http://groups.google.com/group/cake-php?hl=en >> > > > > -- > Thanks & regards. > ------------------------------------ > Yasir Arafat (Hasib) > Software Engineer > Epsilon Consulting and Development Services (ECDS) > Contact Information: > Cell : +8801816536901 > Web: http://arafats.info > -- Thanks & regards. ------------------------------------ Yasir Arafat (Hasib) Software Engineer Epsilon Consulting and Development Services (ECDS) Contact Information: Cell : +8801816536901 Web: http://arafats.info Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
