"出错信息:
试图访问的网页出现问题,无法显示。
--------------------------------------------------------------------------------
请尝试执行下列操作:
单击刷新按钮,或稍后重试。
打开 localhost 主页,然后查找与所需信息相关的链接。
HTTP 错误 500.100 - 内部服务器错误 - ASP 错误
Internet 信息服务
--------------------------------------------------------------------------------
技术信息(用于支持人员)
错误类型:
ADODB.Field (0x800A0BCD)
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/11/list.asp, 第 135 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
网页:
GET /11/list.asp
"代码:
<p> </p>
<p><span class="STYLE1">登录页面>>员工信息页面</span> <span class="STYLE1">添加员工 查询员工资料 管理员维护
</span></p>
<p> </p>
<table width="661" border="1">
<tr>
<th width="102" scope="col"> <%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<div align="left">姓名
</div>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%></th>
<th width="113" scope="col">职务</th>
<th width="140" scope="col">民族</th>
<th width="99" scope="col">EMAIL</th>
<th width="84" scope="col">部门</th>
<th width="83" scope="col">电话</th>
</tr>
<tr>
<td><%=(Recordset1.Fields.Item("name").Value)%></td>
<td><%=(Recordset1.Fields.Item("power").Value)%></td>
<td><%=(Recordset1.Fields.Item("mz").Value)%></td>
<td><%=(Recordset1.Fields.Item("mail").Value)%></td>
<td><%=(Recordset1.Fields.Item("bm").Value)%></td>
<td><%=(Recordset1.Fields.Item("tel").Value)%></td>
</tr>
</table>
<p> </p>
</body>
请问是哪出的错呢?我可是从书上原版拷下来的,这个问题折磨了我好久,希望有高手指教一下,不胜感激!