<%
sql="select * from movieurl where nameid='"&articleid&"'"
sql="select ipsip from movie where id="&serverip
set rst=server.createobject("adodb.recordset")
set rsurl=server.createobject("adodb.recordset")
if onlinelook=1 then
rsurl.open sql,conn,1,1
rst.open sql,conn,1,1
serverip=rs("serverip")
if rsurl.eof then
response.write "没有提供在线观看"
else
no=rsurl.recordcount
%>
<%c=1
do while not rsurl.eof
%>
<TABLE border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD background=img/flyvbg01.gif height=19
width=29><DIV align=center><a href="<%=rst
("ipsip")%>&<%rsurl("url")%>"><FONT
color=#000000><%=c%></FONT></A></DIV></TD>
<%rsurl.movenext
c=c+1
%>
<%if rsurl.eof then%>
<%else%>
这上面是代码,只要一打开就直接跳出来
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
Microsoft JET Database Engine
字符串的语法错误 在查询表达式 'id='' 中。
/onlineplay.asp,行32
帮我看一下哪里出错了,谢谢各位了,
[此贴子已经被作者于2006-5-19 18:52:52编辑过]