<% if Request.ServerVariables("REQUEST_METHOD") = "POST" Then call InsertComment() else %> <% intbID = request.QueryString("id") %> <%=strCommentText%> <% call GetComments(intbID) %> <% end if %>