<% sTitlePage = GetTranslation("LANG_TITLE_FORUM") %> <% DisplayForumPath myForum, mySection, myPost Select Case Request("myAction") Case "post" DoPost() Case "preview" DisplayPreviewMessage myForum, mySection, myPost Case "edit" DisplayPostMessage myForum, mySection, myPost Case Else DisplayPostMessage myForum, mySection, myPost End Select %>