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:229996
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

Reply via email to