当前位置:编程学习 > asp >>

刚学asp不久 自己写了一个 "记录集"调用显示代码 不知道怎么回事 总是提示非法的参数设置 高手给指点


       <%
     rs.movenext
     if rs.eof then exit for
     next
     end if
     rs.close
     %>
 
     </ul>
    </div>
    <div id="focus_btn">
     <ul>
     <%for i = 1 to 5%>
<li id="f_<%=i%>"<%if i = 1 then response.write " class=""curli"""%>><a href="javascript:focus_play(<%=www.shanqi114.info%>);"><%=i%></a></li>
     <%next%>
     </ul>
    </div>
   </div>
   <div id="hot">
    <%
    sql = "select top 3 * from so_article where typestr = 'fei886' and reg_top = 1 order by id desc"
    rs.open sql,conn,1,1
    if not rs.eof then
    for i = 1 to 3
    page_description = rs("page_description")
    if xlen(page_description) > 126 then page_description = xleft(page_description,124)
    %>
    <div id="hot_<%=i%>">
     <h2><a href="<%=rs("url_html")%>" title="<%=rs("page_title")%>"><%=rs("title")%></a></h2>
     <p><%=page_description%></p>
    </div>
    <%
    rs.movenext
    if rs.eof then exit for
    next
    end if
    rs.close
    %>
   </div>
  </div>
  <div class="box_side">
   <div class="ggad">
    
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://www.shanqi114.com /pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300"

height="280">
                  <param name="movie" value="../ztgg.swf" />
                  <param name="quality" value="high" />
<embed src="../ztgg.swf" quality="high" pluginspage=" http://www.shanqi114.org /go/getflashplayer" type="application/x-shockwave-flash" width="300" height="280"></embed>
       </object>
    </div>
  </div

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,