关于asp网页编程的问题

<html><p>Usershouldenteranumberbetween1and100.</p><formaction="r.asp"method="post"><i... <html>
<p>User should enter a number between 1 and 100.</p>
<form action="r.asp" method="post">
<input type="text" name="first">
<input type="submit" value="Go">
</form>
</html>
----------------------------------
这是一个ASP文件
<body>
<%Dim i=request.querystring("first")%>
<%if i>40 then%>
<h2>Passed</h2>
<%else%>
<h2>Failed</h2>
<%end if%>
</body>

为什么打开后显示“HTTP 500内部服务器错误”?
展开
 我来答
天使翼歌
2008-10-28 · 超过32用户采纳过TA的回答
知道答主
回答量:73
采纳率:0%
帮助的人:96.1万
展开全部
1:dim i这个要单独一行
2:i=request.querystring("first") 改成i=Request.Form("first")
Post方法提交的用Form接受,Get提交的才用QueryString
gainover
2008-10-28 · TA获得超过1690个赞
知道小有建树答主
回答量:543
采纳率:0%
帮助的人:820万
展开全部
<body>
<%
Dim i
i=request.querystring("first")
%>
<%if i>40 then%>
<h2>Passed</h2>
<%else%>
<h2>Failed</h2>
<%end if%>
</body>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式