Welcome Guest, Not a member yet? Register   Sign In
how to easily make ci anchors target blank
#3

[eluser]mi6crazyheart[/eluser]
Try this...
Code:
$atts = array(
              'target' => '_blank'              
            );
echo anchor(base_url(), 'Here', $atts);

For more details: http://ellislab.com/codeigniter/user-gui...elper.html


Messages In This Thread
how to easily make ci anchors target blank - by El Forum - 07-12-2010, 04:28 PM
how to easily make ci anchors target blank - by El Forum - 07-13-2010, 04:23 AM
how to easily make ci anchors target blank - by El Forum - 07-13-2010, 06:13 AM
how to easily make ci anchors target blank - by El Forum - 07-13-2010, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB