Function GetParam(strLabel)
Dim retval : retval = ""
retval = Trim(Request.Form(strLabel))
If retval = "" Then
retval = Trim(Request.QueryString(strLabel))
End If
GetParam = retval
End Function
Subscribe to:
Post Comments (Atom)
Because you really have nothing better to do than this?
No comments:
Post a Comment