Hi, When I try to post to a topic in my forum I recieved this message: ============== Microsoft VBScript compilation error '800a03f9'
Expected 'Then'
/forum/post.asp, line 1071
if strRqMethod = "Edit" or_ ------------------------^ =================
What have happend? I tryed to implement "Email List & Message Manager" but hade to give up due to to complex changes in inc_profile.asp. I then restored the old file again. Cheers / Tomas
quote: can you post the lines imediately above and below the offending line
Hi Huw, I think I have solved the problem all by my self!!! Here are l´the lines surrounding the line 1071: ========= href="default.asp">Alla Forum</a><br> <% if strRqMethod = "Edit" or_ strRqMethod = "EditTopic" or_ strRqMethod = "ReplyQuote" or_ strRqMethod = "TopicQuote" then %> ============ I figured out that the underline, "or_" ment that I should have the following at the same line as this: if strRqMethod = "Edit" or strRqMethod = "EditTopic" or strRqMethod = "ReplyQuote" or strRqMethod = "TopicQuote" then... Am I correct? Cheers / Tomas