Thank you for that info.
Out of curiosity, have you seen the PL script driven webBBS forum? I'm no fan of CGI but he has built in the ability to construct the page anyway the user likes. That's no doubt because he stores the data as pure text.
I looked in the database at tblThread and tblTopic ... All the data necessary to build a thread view is there and I'm wondering how difficult it might be write a 'thread view' that was solely a navigator. I would conceptualize it in a modeless dialog... you would not open message in that dialog... rather it would provide a quick, tree based view of the threads and messages within those. You would click on the message that you wanted to view and that page>message would be open>scrolled into view in the parent.
Now that I look again at tblThread though... I don't see any 'parent message' field.... so I guess short of building that in there'd be no way to build the message to message references.
Thanks again for your reply
best
Tom