Page 1 of 1

Confirm Dialog Box in PHP

Posted: Mon Mar 08, 2010 11:47 pm
by Nivedita
How we can create a confirm dialog box in php and call it in <a> tag ?

Re: Confirm Dialog Box in PHP

Posted: Tue Mar 09, 2010 12:26 pm
by alex.barylski

Code: Select all

 <a href="javascript&#058;  confirm('Are you sure you want to do something?')">Confirm</a>