CodeIgniter Forums
[SOLVED] Add event handler in anchor tag - 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: [SOLVED] Add event handler in anchor tag (/showthread.php?tid=56683)



[SOLVED] Add event handler in anchor tag - El Forum - 01-11-2013

[eluser]rochellecanale[/eluser]
Hello guys, just need a little help from here. How can i perform an event handler in an anchor tag? Let's say for example an onclick. Because right now i want to create a new window out of my anchor tag. Example how can i do this in codeigniter?

Code:
<a  href="#">Continue</a>



[SOLVED] Add event handler in anchor tag - El Forum - 01-11-2013

[eluser]rochellecanale[/eluser]
Ok i solved my problem i forgot to read the manual it's under URL helper.