At 10:04 12/08/2003 -0400, you wrote: >I need some help with integrating coldfusion and JavaScript. I am building >a comparison application that will allow customers to select products to >compare. I have a checkbox under each product that I need (when selected) >to add that productID to a coldfusion array (which is a session variable). >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.
Why not make "Next Page" a form submit button, then dynamically update the CF array each time a page is viewed? Surely you'd lose any info stored in JS anyway, between page requests. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

