欢迎光临
我们一直在努力

asp-ASP教程,ASP应用

建站超值云服务器,限时71元/月

<!–#include file="conn.asp"–>

<%

dim rs

dim username

username=request.form("username")

session("username")=username

set rs=server.createobject("adodb.recordset")

rs.open "select 用户名,问题 from user where 用户名="&username&"",conn,1,1

if rs.eof then

response.write "没有该用户名,请注册新用户!!! <br><br>"

response.write "<a href=login.asp>返回</a>"

response.end

end if

%>

<html>

<head>

<title>忘记密码——第二步</title>

<meta http-equiv="content-type" content="text/html; charset=gb2312">

<link rel="stylesheet" href="inc/style1.css" type="text/css">

</head>

<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">

<table width="758" border="0" cellspacing="1" cellpadding="1" align="center" height="30">

<tr> <td><br><br><br><br></td></tr> </table><table width="758" border="0" cellspacing="2" cellpadding="2" align="center"><tr><td height="63"><div align="center"><b><font size="2">密码恢复第二步:

请输入你的密码提示问题答案<br><br>你的密码提示问题:<%=rs("问题")%></font></b><br><br><form action="getpass2.asp" method="post" name="form"><input type=text name="ok" size="20">

<input type=submit value="下一步"></form></div></td></tr></table><p> </p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p><br>

</p>

<p>

</body>

</html>|其中这句话:rs.open "select 用户名,问题 from user where 用户名="&username&"",conn,1,1

2个1表示?本文测试如下:本页无法显示 试图访问的网页出现问题,无法显示。

——————————————————————————–

请尝试以下方法:

单击 刷新按钮或者梢候再试。

打开 localhost 主页,然后查找与所需信息相关的链接。 http 500.100 – 内部服务器错误 – asp 错误internet 信息服务

——————————————————————————–

技术信息(适用于支持人员)

错误类型:

microsoft ole db provider for odbc drivers (0x80040e21)

/hyoem/getpass1.asp, 第 8 行

浏览器类型:

mozilla/4.0 (compatible; msie 5.01; windows nt 5.0; .net clr 1.1.4322)

页:

post 23 bytes to /hyoem/getpass1.asp

post 数据:

username=administrators

时间:

2004年11月13日, 19:59:57

详细信息:

microsoft 支持

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » asp-ASP教程,ASP应用
分享到: 更多 (0)

相关推荐

  • 暂无文章