File: Post.asp
Lines 127-129
if strRqMethod = "" then
Response.Redirect "default.asp"
end if
May be moved below Line 50 as shown
strRqMethod = chkString(Request.QueryString("method"), "SQLString") --Line 50
if strRqMethod = "" then
Response.Redirect "default.asp"
end if