![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2005
Posts: 10
|
Passing session information
OK this is doing my head in...
I have a dynamic table (from an access db) with a paging recordset for navigation (btw its in Dreamweaver classic ASP), this table has lists of part numbers with a tickbox beside each one. The user puts a tick beside each part they want to enquire about and pages through the data, once they are done they hit submit and the selections are passed to a text box in the enquiry form, the user then fills in contact details etc and u know the rest. I have tried this by passing form selections into sessions which works until the user pages to the next page, i'm assuming this is because the dynamic table lies inside the form and when the user pages it refreshes the table - it looses the currently selected checkboxes as the next page link doesnt actually pass sessions data, it just refreshes the table with new data. How can i get this to work? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|