/ Published in: JavaScript
Expand |
Embed | Plain Text
onClick="if (confirm('Are you sure?')) {document.location='page.asp'}" onClick="if (document.FORM.FIELD.checked == false) {alert('Please check.');return false;}"> if (document.FORM.FIELD.value == '') {alert('Please enter a value.');return false;} else {runFunction();}
You need to login to post a comment.
