![]() |
Open link in self tab - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Open link in self tab (/showthread.php?tid=58077) |
Open link in self tab - El Forum - 05-13-2013 [eluser]Unknown[/eluser] Hi all !. I have a problem with the target tag of anchors. The anchor specification is: Code: echo anchor(site_url('areaResponsable/perfil'), "Aquí", array('target' => '_self')); Code: <a class="external_link" target="_blank" href="http://apps.manantiales.edu.ar/index.php/areaResponsable/perfil">Aquí</a> Open link in self tab - El Forum - 05-13-2013 [eluser]Unknown[/eluser] Sory, i have a js file that modify the html anchors. Now works. |