Welcome Guest, Not a member yet? Register   Sign In
Open link in self tab
#1

[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'));
But, when upload the proyect to the server, the links open in a new tab. And FireBug shows the next anchor:
Code:
<a class="external_link" target="_blank" href="http://apps.manantiales.edu.ar/index.php/areaResponsable/perfil">Aquí</a>
Whats wrong ?. Any idea ?.
#2

[eluser]Unknown[/eluser]
Sory, i have a js file that modify the html anchors. Now works.




Theme © iAndrew 2016 - Forum software by © MyBB