% '============================= 'adding a new top level post '(a subject really) '============================= dim error, error_msg, all_done if Request.QueryString("insert") = "yes" then 'ok, they want to add something to the forum - a good thing :] if trim(Request.Form("title")) = "" then error = true error_msg = error_msg & "
..::LvL Forum admin - adding a subject
Your top level topic/category called <%=Request.Form("title")%> has been add to the ..::LvL forums
<% else %> <% end if %>