CodeIgniter Forums
How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d - 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: How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d (/showthread.php?tid=57224)



How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d - El Forum - 02-27-2013

[eluser]erviando[/eluser]
How to make "<a href="#" id="confirm_button">Confirm Dialog</a>" into

echo anchor('dosen_controller/delete_dosen/'.$row->dosen_id,'Hapus');

i have a javascript code and i have to insert the id="confirm_button" into anchor...

please help me...

thank you before....


How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d - El Forum - 02-27-2013

[eluser]Harold Villacorte[/eluser]
The third parameter in the anchor function takes attributes as a string or an array.


How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d - El Forum - 02-27-2013

[eluser]johnpeace[/eluser]
http://ellislab.com/codeigniter/user-guide/helpers/url_helper.html


How to make <a href="#" id="confirm_button">Confirm Dialog</a> into echo anchor('dosen_controller/delete_dosen/'.$row->d - El Forum - 02-28-2013

[eluser]erviando[/eluser]
thank you...it is working.... :-)