Checking Value passed by Checkbox in a jsp page ??
843833Jul 25 2001 — edited Jul 25 2001hi all,
in my jsp page, i've a checkbox on a page & after submitting that page to another one, i want to check whether the checkbox was clicked or not..since in my code i wanna something like this...
if checkbox is clicked
{
//task1
}
else
{//task2
}
Can anyone please help me how to go 'bout it !