how to open a function in new window ?or new tab?
Posted
by udaya
on Stack Overflow
See other posts from Stack Overflow
or by udaya
Published on 2010-04-03T09:59:17Z
Indexed on
2010/04/03
10:03 UTC
Read the original article
Hit count: 307
php
|codeigniter
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
© Stack Overflow or respective owner