prompt user

i have a jsp page with some check boxes and one "update" button.......... i want to post the data in to another jsp page along with the input from a user prompt........

how can i do it.........

please help.......

[231 byte] By [relnaa] at [2007-11-27 11:31:41]
# 1

> i have a jsp page with some check boxes and one

> "update" button.......... i want to post the data in

> to another jsp page along with the input from a user

> prompt........

>

> how can i do it.........

>

> please help.......

hi!

if you want to determine which checkboxes were ticked by the user, you have to do some javascript code before posting it.

javascript code...

document.formname.checkboxname.checked will return either true or false

hope this helps!

sofia320a at 2007-7-29 16:41:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...