do while not rs.eof
if not rs.bof then
rs.MovePrevious
myfile.writeline(" <span class='style7'>上一篇: </span> <a href='"&rs("cp_id"))''''''''这里报错发生意外
myfile.writeline(".html' class='style7'>")
myfile.writeline(rs("cp_bt")&" </a>")''''''''上面的删掉这里报错
rs.movenext
else
myfile.writeline(" ")
end if
myfile.writeline(" </td> <td width=240> <a href='../")
myfile.writeline(wen("wen_dz"))
myfile.writeline("' class='style7'>目录 </a> </td> <td width=350>")
if not rs.eof then
rs.movenext
myfile.writeline(" <span class='style7'>下一篇: </span> <a href='"&rs("cp_id"))''''''''上面的删掉这里再报错
myfile.writeline(".html' class='style7'>")
myfile.writeline(rs("cp_bt")&" </a>")''''''''这里那是当然的了
rs.MovePrevious
else
myfile.writeline(" <span class='style7'>本书完 </span>")
相关问答:
有一个类
class adc
{
dim a,b,c
}
如何在另外一个类中取得类成员及成员个数
class getmenber
{
dim menbers()
function getmenbers(resclass)
'res为一未知类
'getmenber ......
function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
静态模板:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/ ......
各位大虾,我做了一个ASP得通讯录,但是除了查询功能好像其他都有问题,其中添加功能如下,能指导一下我哪里出错了吗?
<html>
<head>
<title>无标题文档</title>
</head>
<b ......