Hi,
I have a table with a column of checkboxes and another column of order number in my web page.
When user clicks on as many check boxes as he wishes, and clicks the submit button. I will generate another web page to show the details of these order numbers.
Problem is, I do not know how to pass the values of these check boxes to this newly generated web page. Pass ONE order number is not problem for me.
If use selects 3 of the checkboxes and clicks the button, I do not know how to pass the order number of these 3 checkboxes to the newly generated page.
Please help andmaybe someone would like to show me some coding. Thank you.
Rdgs