irt.org | Knowledge Base | JavaScript | Form 3.4 | Q70 [ previous next ]
function isChecked(object) { if (object.checked) return true; else return false; } alert(document.formName.checkboxName);
How to do the impossible with Google Gears
Out and About