I am trying to implement a solution similar to what best buy and many others use. I have many pages of results displayed each with checkboxes. The user can select several items and then click compare to compare the checked items. I currently have this working with javascript, but only for the current page. I need for the user to be able to check boxes on multiple pages and go back and uncheck boxes before comparing the items.
I just want to determine the best way to approach this. I am thinking that using session variables will help, but I am not sure about a couple of things.
So, for starters, what is the best way to approach this one?
Thanks!
gordon
I just want to determine the best way to approach this. I am thinking that using session variables will help, but I am not sure about a couple of things.
So, for starters, what is the best way to approach this one?
Thanks!
gordon