1樓:
<%while not rs.eof do%><%=rs("dasdf")%>
<%rs.movenext%>
<%if not rs.eof then
response.write rs("dasdf")else
response.write "&-nbsp;"
'-自己去掉,要不顯示不出來,百讀直接解釋成空格了end if%>
<%if not rs.eof then
rs.movenext
end if
endw
%>
2樓:撞牆的貓貓
<%while not rs.eof %><%
for i=1 to 2
if i=1 then
response.write("")
else
response.write("")
end if
response.write(rs("dasdf"))if i=1 then
response.write("")
else
response.write("
")end if
rs.movenext
if rs.eof then
if i<>2 then 補齊**
response.write("")
response.write("
")end if
exit for
end if
next
wend
%>
關於ASP的問題,ASP指什麼
sql,conn,1,3 第一個1是表示 指標,一般情況用1,若要求指標只能單向移動就是0第二個3是表示 資料庫開啟方式,3表示可以更新 可寫 1表示只讀 不可寫,保護資料 是新增一條新記錄的意思,執行 sql,conn,1,3中sql語句。sql,conn,1,3是開啟一個可修改的資料庫表檔案,s...
ASP關於Split的問題
a 1,7,2,4,8,6,9 a split a,dim ary 6 for i 0 to 6 這裡轉一下值 是為了方便你理解。ary i a i next ck true 為ck設定成true,為下面do迴圈做準備do until ck false 做do 迴圈,這裡比較重要,如果下面的for迴...
asp跳轉問題,asp跳轉問題
如果他們說的都不行 那就試下我的方法吧 估計你的網路空間是被分成很多個子目錄的那種,所以你的此程式是沒有被放在 根目錄,在跳轉到admin index.asp 假設是這個 的時候,無法獲取cookies值.所以在response.cookies admin username 下面一行加上 respo...