View Full Version : Mandatory Checkbox
Hi I am currently use javascript, the checkMe function, to make sure that the text box fields are completed, can I also use it for checkboxes and/or radio buttons? If not what function can I use?
Thanks Jada
Skyzyx
03-05-2003, 01:31 AM
What on Earth are you talking about?!
basically i have a html page that asks a series of questions and then submits them to a db. i want to make sure that all the questions are answered including those with checkboxes/radio buttons before the submit takes place. the script below works for text boxes but obviously not checkboxes/radio buttons. can it be adjusted or what function should be used instead.
function checkMe(){
var frm = document.##;
if (frm.Q13.value.length == 0){
alert('Please enter a value in Question Q13')
frm.Q13.focus();
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.