%@LANGUAGE="VBSCRIPT" CODEPAGE="CP_ACP"%>
<% if not isempty(request("errnumsd")) then
errnum=cint(request("errnumsd"))
else
errnum=0
end if
if errnum=0 then
response.write"请输入科室管理密码"
end if
if errnum=1 then
response.write"出错! 密码不能为空!" end if if errnum=2 then response.write"出错! 密码错误!!" end if %> |
|
|