<%dim action:action=request("action")
if action="" then%>
<%elseif action="check" then
dim user,pwd
user=request("user")
pwd=request("pwd")
if user<>"000000" then response.write "用户名错误!"
if pwd<>"000000" then response.write "口令错误!"
if user="root" and pwd="55663344" then response.write "
root,欢迎你!
" end if %>
回复Comments
作者:
{commentrecontent}