javascript阶乘算法:asp问题,感激不尽!

来源:百度文库 编辑:高考问答 时间:2024/05/05 16:52:33
如果从别页传过来的变量user等于abc password等于123
就转到bbs.html
否则报错
代码怎么写

<%
if request("user")="abc" and request("password")="123" then
response.redirect("bbs.html")
else
报错
end if
%>