/ Published in: JavaScript
Example Usage:
Expand |
Embed | Plain Text
function confirmDelete(txt) { return confirm("Are you sure you want to delete " + txt+ "?"); }
You need to login to post a comment.
leandemon on 04/10/08
1 person have marked this snippet as a favorite
Example Usage:
function confirmDelete(txt) { return confirm("Are you sure you want to delete " + txt+ "?"); }
You need to login to post a comment.