CodeIgniter Forums
new tab link ? - 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: new tab link ? (/showthread.php?tid=26209)



new tab link ? - El Forum - 01-08-2010

[eluser]sasori[/eluser]
hi, i was reading the manual with regards to helper(url)
I can't seem to find any methods for opening the anchored link to a new tab ?
the one in the manual is for a opening to a new window.
so what should I do ?


new tab link ? - El Forum - 01-08-2010

[eluser]Craig A Rodway[/eluser]
[quote author="sasori" date="1262991918"]I can't seem to find any methods for opening the anchored link to a new tab ?
the one in the manual is for a opening to a new window.[/quote]

Depending on the browser, it's essentially the same thing. Give it a go yourself.


new tab link ? - El Forum - 01-08-2010

[eluser]sasori[/eluser]
lol this is awesome,
anchor('targetlink','textoflink',array('target' => '_blank');
it worked haha..