URLEncodedFormat? <!----------------//------ andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//--------->
-----Original Message----- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 11:37 AM To: CF-Talk Subject: passing a string in a url Hi all, I'm trying to create a mail list archive for a client project and am using cf-community mail list for testing. This is the scenario: 1. Import from an imap folder into a ms sql table I'm stripping off the "Re: " from the subject and storing it into a separate field, subject2. 2. Run a query to display the threads with a link on each thread name to display the messages in that thread: <a href="display.cfm?maillist=#maillist#&subject=#threads.subject2#">#threads.s ubject2#</a> 3. Display the messages matching the thread. ie list messages where the url subject value = the subject2 value in the table. The problem is passing the thread string in the url intact. Any ideas anyone please? Thanks, Jenny ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230002 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

