关于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内部服务器错误”? 展开
<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内部服务器错误”? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询