how to open a function in new window ?or new tab?
- by udaya
Hi
I am calling a function in my controller from a button click ....
I want the function to be opened in a new window how can we get that
ex:
now my url is
"http://localhost/codeigniter_cup_myth/index.php/adminController/adminDegree"
with a button click i am calling a function degreechk in my adminController
I want the url
"http://localhost/codeigniter_cup_myth/index.php/adminController/degreechk "
to be opened in a new window
How can i get the new url in a new window