You could call a javascript function to submit the form, then boot off to the page in the <href>
-----Original Message----- From: Christophe Maso [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 8:33 AM To: CF-Talk Subject: Re: maintaining state in multipage form >It sounds like a session variable containing an array of checkboxes and >their selected values might be in order. Assuming the user has cookies >enabled (or if you pass the session tokens on the URLs) this should be >fairly simple to implement. > >-Justin > > >> I'd considered using a session var, but then it occurred to me that there's no way to save the checked values to a session list or array until the submit button has been clicked. I could start on page 1, check a few boxes, and then click on the link for page 2 (or 3 or 4). At that point, page 1's checked boxes have been forgotten. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235193 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

