三位數(shù)的數(shù)字,以及代碼的描述,比如 404 Not Found 。 注意:狀態(tài)值是在 HTTP 規(guī)范中定義的。
實(shí)例
<%
ip=request.ServerVariables("REMOTE_ADDR")
if ip<>"194.248.333.500" then
??response.Status="401 Unauthorized"
??response.Write(response.Status)
??response.End
end if
%>