[eluser]Unknown[/eluser]
Hi ,
In my Application i need to show a new popUp window. how could i do this ?. Basically i created a Tab Called 'New Reg Form' when user Click this i show new popup window .
in Main.php i added a tab
Code:
<LI><A href="<?=base_url();?>regform_control/mymethod">RegForm</A></LI><br />
and i transfer the control to contoler class called regform_control. where i declared a method called mymethod what could i add in this method to show a pop up window. or give the best way to generate the pop up window.