主頁 > 知識(shí)庫 > asp實(shí)現(xiàn)表格3列5行

asp實(shí)現(xiàn)表格3列5行

熱門標(biāo)簽:成都銷售外呼系統(tǒng)公司 鎮(zhèn)江云外呼系統(tǒng)怎么樣 自動(dòng)外呼系統(tǒng)怎么防止封卡 保定電銷機(jī)器人軟件 電話機(jī)器人案例 客服外呼系統(tǒng)呼叫中心 vue 地圖標(biāo)注拖拽 電話機(jī)器人銷售公司嗎 土地證宗地圖標(biāo)注符號(hào)
方案一
復(fù)制代碼 代碼如下:
!--#include file="conn.asp"-->

owen1=request("owen1")
owen2=request("owen2")
%>


table width="95%" border="0" cellpadding="0" cellspacing="0">

page=clng(request("page"))         
Set rs=Server.CreateObject("ADODB.RecordSet") 
if owen1>"" and owen2 >"" then
sql="select * from news where BigClassName='"owen1"' and SmallClassName='"owen2"' order by id desc"
rs.Open sql,conn,1,1
elseif owen1>"" then
sql="select * from news where BigClassName='"owen1"' order by id desc"
rs.Open sql,conn,1,1
end if
if rs.eof and rs.bof then
response.Write("暫時(shí)沒有記錄")
else 
%>


rs.PageSize=15
if page=0 then page=1 
pages=rs.pagecount
if page > pages then page=pages
rs.AbsolutePage=page 
for j=1 to rs.PageSize
if (j-1) mod 3=0 then Response.Write("tr>")
%>
td height="24" align="center" > 
div align="center">img src="uppic/%= RS("firstImageName") %>"width="130" height="100" border="0" />a href="onews.asp?id=%= RS("id") %>" target="_blank">br>
%= RS("TITLE") %>/a>/div>/td>
%
if j mod 3=0 then Response.Write("/tr>")
rs.movenext
if rs.eof then exit for
next
%>

end if
rs.close
set rs=nothing
%>
/table>

方案二、
復(fù)制代碼 代碼如下:
!--#include file="conn.asp"-->

owen1=request("owen1")
owen2=request("owen2")
%>


table width="95%" border="0" cellpadding="0" cellspacing="0">

page=clng(request("page"))         
Set rs=Server.CreateObject("ADODB.RecordSet") 
if owen1>"" and owen2 >"" then
sql="select * from news where BigClassName='"owen1"' and SmallClassName='"owen2"' order by id desc"
rs.Open sql,conn,1,1
elseif owen1>"" then
sql="select * from news where BigClassName='"owen1"' order by id desc"
rs.Open sql,conn,1,1
end if
if rs.eof and rs.bof then
response.Write("暫時(shí)沒有記錄")
else 
%>


rs.PageSize=15
if page=0 then page=1 
pages=rs.pagecount
if page > pages then page=pages
rs.AbsolutePage=page 
for j=1 to (rs.PageSize/3)
Response.Write("tr>")
for i=1 to 3
%>
td height="24" align="center" > 
div align="center">img src="uppic/%= RS("firstImageName") %>"width="130" height="100" border="0" />a href="onews.asp?id=%= RS("id") %>" target="_blank">br>
%= RS("TITLE") %>/a>/div>/td>
%
rs.movenext
if rs.eof then exit for
next
Response.Write("/tr>")
next
%>

end if
rs.close
set rs=nothing
%>
/table>

上面的代碼有缺點(diǎn)..

就是如果是?。保稐l 那么頁面最后一行會(huì)空出兩列 頁面很難看 因?yàn)槿绻保丁∽詈笠恍兄伙@示一列 這樣少了兩個(gè)<td></td> 

必須進(jìn)行判斷 總數(shù)/3的余數(shù)

if (rs.recordcount mod 3=2) then response.write("td>nbsp;/td>")
if (rs.recordcount mod 3=1) then response.write("td>nbsp;/td>td>nbsp;/td>") 

這樣頁面才完整的

標(biāo)簽:重慶 成都 麗江 懷化 內(nèi)江 天津 公主嶺 臺(tái)灣

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp實(shí)現(xiàn)表格3列5行》,本文關(guān)鍵詞  asp,實(shí)現(xiàn),表格,3列,5行,asp,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp實(shí)現(xiàn)表格3列5行》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp實(shí)現(xiàn)表格3列5行的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章