how to display message if none of the checkbox is selected
Collapse
X
-
-
Comment
-
Comment
-
you can always put a link to this thread in your question.
although I don't understand why you've given up on this little script. you've nearly had it finished...
advice for PHP : if you name your checkboxes like name="checkbox_ name[]" all the checkboxes bearing this will be put into an array.
some further reading on HTML DOM object types:HTML IDL Definitions (these tell you, which methods and properties are available from the DOM side)Comment
-
you can always put a link to this thread in your question.
although I don't understand why you've given up on this little script. you've nearly had it finished...
advice for PHP : if you name your checkboxes like name="checkbox_ name[]" all the checkboxes bearing this will be put into an array.
some further reading on HTML DOM object types:HTML IDL Definitions (these tell you, which methods and properties are available from the DOM side)Comment
Comment