NODE.JS, LAMP, HTML, JavaScript, CSS
NODE.JS, LAMP, HTML, JavaScript, CSS, PHP, MySQL
Monday, January 08, 2007
How to get confirmation before submitting a form using javascript?
var agree=confirm("Are you sure you wish to continue?");
if (agree) {
return true;
} else {
return false ;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment