哪出错了?
错误类型:
Microsoft VBScript 编译器错误 (0x800A0401)
语句未结束
/bbs/新建 文本文档.asp, line 54, column 19
title= " <from Name= "frmPage "> <div align= "center "> 第 "&RS.AbsolutePage& "&/& "&RS.PageCount& "页
------------------^
原码:
title= " <from Name= "frmPage "> <div align= "center "> 第 "&RS.AbsolutePage& "/ "&RS.PageCount& "页 共 "&RS.RecordCount& "条记录
IF RS.AbsolutePage> 1 then
title=title& " <a href= "&CurpageName& "?pageno= "&RS.AbsolutePage-1& "> 上一页 </a> "
Else
title=title& "上一页 "
End if
if RS.AbsolutePage <RS.PageCount then
title=title& " "& " <a href= "&CurPageName& "?pageno= "&RS.AbsolutePage+1& "> 下一页 </a> "
Else
title=title& "下一页 "
if RS.AbsolutePage> 1 then
title=title& " <a href= "&CurpageName& "?pageno=1> 首页 </a> "
else
title=title& "首页 "
End if
IF RS.Absolutepage <RS.pageCount then
title=title& " <a href= "&CurpageName& "?pageno= "&RS.PageCount& "> 尾页 </a> "
else
title=title& "尾页 "
end if
title=title& "第 <input type= "text " name= "pageno " onKeyPress= 'gopage() 'size=4> 页 </div> </from> "
------解决方案--------------------
少了个 "