📅  最后修改于: 2022-03-11 14:58:29.798000             🧑  作者: Mango
For Each s in Request.Form
If ( CheckStringForSQL(Request.Form(s),"form") ) Then
PrepareReport("Post Varibale")
' Redirect to an error page
Response.Redirect(ErrorPage)
End If
Next