Posted by lrbtav on 10/27/06 11:36
To use a JS function, would something like this work:
function checkscript() {
if (window.document.form.BoxChecked.checked=false) {
alert('Warning: Please agree to our terms of service.');
return false;
}
else if (window.document.form.BoxChecked.checked=true) {
alert('Thank you for your business!');
return true;
}
? thanks
Navigation:
[Reply to this message]
|