萬盛學電腦網

 萬盛學電腦網 >> 網絡編程 >> asp編程 >> asp 簡單讀取數據表並列出來

asp 簡單讀取數據表並列出來

 call opendb()
         rs.open sql6,conn,1,1
      do while not rs.eof
      %>
      <tr>
        <td height="25" align="left" bgcolor="#FFFFFF"><a href="display.asp?id=<%=rs("id")%>&table_s=hot_lm" target="_blank" class="prodcut">&nbsp;&nbsp;<img src="index_files/dot_email.gif" width="5" height="5" border="0" />&nbsp;&nbsp;<%=rs("title")%></a></td>
        <td height="25" bgcolor="#FFFFFF"><%=rs("send_date")%></td>
        <td height="25" align="center" bgcolor="#FFFFFF">專題報道</td>
      </tr>
      <%rs.movenext
      loop
      else%>
      <tr>
        <td align="right">
          <%response.write("暫時沒有相關內容,或你是非法進入!")%>
        </td>
      </tr>
    </table>
    <%
   
    end if
    call closedb()%>

copyright © 萬盛學電腦網 all rights reserved