Guest_imported
New member
- Jan 1, 1970
- 0
hi guys,
i have another javascript question, don't know how easy or hard it is for you experts though..
ok here's the deal...
i have a form with 2 textboxes and a button which when clicked opens up another page with an array of checkboxes 1 to 86..
now the user has to select whichever one of the checkboxes he/she wants and close the window by clicking on a button at the top of the page...the second page also has 2 textboxes for the user to enter information..
now my question is that i can get the values of the textboxes from page 2 to transfer back to page 1 but how do i get the values of the checkboxes???
if still unclear, i'll write down the code for you guys...
i was using a for loop which loops thru the number of checkboxes and in the for loop, there is an if statement which checks whether the checkboxes have been checked...if that's true, then the values of the textboxes are sent from page 2 to page 1 and the checkbox numbers should be listed as a comma separated list...
thanks
arif
i have another javascript question, don't know how easy or hard it is for you experts though..
ok here's the deal...
i have a form with 2 textboxes and a button which when clicked opens up another page with an array of checkboxes 1 to 86..
now the user has to select whichever one of the checkboxes he/she wants and close the window by clicking on a button at the top of the page...the second page also has 2 textboxes for the user to enter information..
now my question is that i can get the values of the textboxes from page 2 to transfer back to page 1 but how do i get the values of the checkboxes???
if still unclear, i'll write down the code for you guys...
i was using a for loop which loops thru the number of checkboxes and in the for loop, there is an if statement which checks whether the checkboxes have been checked...if that's true, then the values of the textboxes are sent from page 2 to page 1 and the checkbox numbers should be listed as a comma separated list...
thanks
arif