Confirm Dialog Box in PHP
Posted: Mon Mar 08, 2010 11:47 pm
How we can create a confirm dialog box in php and call it in <a> tag ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="javascript: confirm('Are you sure you want to do something?')">Confirm</a>