How to pass unchecked check box value to the other page

liunx

Guest
Hi there,<br />
<br />
I'm in a situation where I need to pass the unchecked checkbox value as "N" and checked checkbox value as "Y" to the other page..<br />
<br />
I have 400 rows in a table which has a checkbox as one column. The user can check or uncheck the checkbox for the corresponding row..<br />
<br />
How can I pass the checked and unchecked values of checkbox?<br />
<br />
Any help would be greatly appreciated..<br />
<br />
Thanks<br />
Navi<!--content-->How do you plan on passing the data ? in the url of the page ? or as part of a server side script ?<br />
<br />
Also, why use checkboxes ? if you operate with a choice of 1 or the other (yes/no, 1/0, etc) radio buttons are excellent for that purpose.<!--content-->
 
Back
Top