I'm being redirected to default.asp after posting a reply, instead of topic.asp last post.
But it's only happening in IE6 (yes I still use it) not in FF3, so I think it may be a browser issue.
Anyway I traced it down to this line in topic.asp.
Response.Redirect "topic.asp?" & ArchiveLink & strwhichpage & "TOPIC_ID=" & Topic_ID & SearchLink & "#" & LastPostReplyID
This is the line in .06 which works in both browsers.
Response.Redirect "topic.asp?" & ArchiveLink & strwhichpage & "TOPIC_ID=" & Topic_ID & SearchLink & "&#" & LastPostReplyID
Funny thing is I can Response.Write the line and paste it in ie6 address and it works fine.
Just thought I'd point it out.