CodeIgniter Forums
open something in new tab..how? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: open something in new tab..how? (/showthread.php?tid=27647)



open something in new tab..how? - El Forum - 02-16-2010

[eluser]husni[/eluser]
hey guys.. there is tutorial how to open something in new window..
but how if i want to open something in new tab??


open something in new tab..how? - El Forum - 02-16-2010

[eluser]husni[/eluser]
solved..
but i used anchor_popup() without third parameter to set it to open in new tab.. is that true??


open something in new tab..how? - El Forum - 02-16-2010

[eluser]theprodigy[/eluser]
I've always just used target="_blank". Opening a new window in a new tab, as far as I know, is the default setting for the tabbed browsers. This can be turned off by the user, though. I'm not sure of anyway to specify new "tab"