On Tuesday 12 Aug 2003 15:04 pm, chad wrote: > The reason why I am going with JavaScript is because I am showing 25 > products per page, so when a user clicks on "Next Page" they don't loose > the previously checked products. The "Next Page" is not within a form tag, > so I can't just pass the checkbox variable.
Put the product page in a form then :-) Your only other option is to update a hidden frame, or look into something like PengoWorks GIF data pipe. -- Tom C "Land of the free, home of the brave... you have to be brave to live there and enjoy the freedoms" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

