<form name='theForm'> <input type='checkbox' onclick="document.getElementById('theDiv').innerHTML= (this.checked) ? 'box is checked' : 'box is not checked';" </form> <div id='theDiv'></div>
Jump To Top of Thread