Welcome Guest, Not a member yet? Register   Sign In
Create a Popup window
#2

[eluser]Unknown[/eluser]
Try this:
Place the following on the onclick event of <a> tag: onclick="window.open('&lt;?=base_url();?&gt;regform_control/mymethod','mywindow','menubar=1,resizable=1,width=350,height=250');"
in the view page
and in the controller regform_control you have the function somewhat like
function mymethod(){

$this->load->view("popup.html");
}
popup.html is the page that opens in the pop-up


Messages In This Thread
Create a Popup window - by El Forum - 05-26-2011, 04:46 AM
Create a Popup window - by El Forum - 05-26-2011, 05:15 AM
Create a Popup window - by El Forum - 05-26-2011, 05:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB