/ Published in: JavaScript
Expand |
Embed | Plain Text
<input type="submit" name="action" value="Delete" onclick="if (confirm('Are you sure?')) {return true;} else {return false;}" />
You need to login to post a comment.
