Microsoft VBScript 运行时错误 错误 '800a01b6'

来源:百度知道 编辑:UC知道 时间:2024/06/08 11:35:54
Microsoft VBScript 运行时错误 错误 '800a01b6'
对象不支持此属性或方法: 'rs.bookbark'

/page.asp,行 19
下面的 就是代码 太长所以换了个 号发 大哥大姐 有知道的就告诉我把

bookmark
你写错了 你写成了bookbark

<!-- #include file="conn.asp" -->
<!-- #include file="session.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<script language="JavaScript">
<!--
function checkform(){
var b_name=myform.b_name.value;
if (myform.b_name.value ==""){
alert("请输入新书名称!");
myform.b_name.focus();
return;}
myform.submit();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body>
<%<