Hi friends,
i am trying to get the value of check box , i tried like,
request.getParameter("checkbox"
;
but iam getting null, so i want to try some thing like this
String variable = Javascript:'document.checkbox.value;'
Is it correct, if not please suggest me how to do this.
Thanks in advance for all the help.
Harish
i am trying to get the value of check box , i tried like,
request.getParameter("checkbox"
but iam getting null, so i want to try some thing like this
String variable = Javascript:'document.checkbox.value;'
Is it correct, if not please suggest me how to do this.
Thanks in advance for all the help.
Harish