Passing variables from one page to another

admin

Administrator
Staff member
I'm not sure if this can be done with Javascript, so hopefully someone here will know for sure. I have a page with 100 products on them. Clicking on any of them will go to a page that looks the same, except for the image, a two sentence text description and the code on a button (to an external shopping cart). When the user clicks on a product, I'd like them to go to one page and have the image, text and code on the button load based on the item clicked on the previous page (rather than create 100 html pages). The rest of the interface will stay the same. Can I do this with Javascript? (the hosting service does not offer ASP or JSP, or I'd be trying that route). I'd also like to avoid a pop-up window, which would obviously be easier to pass variables from.
Any help, even partial would be greatly appreciated.
Thanks, Darren
 
Back
Top