■■■100元求救企业产品图片asp代码排列更改办法,搞掂即付!谢谢

moffatt 2004-12-07 04:42:18
用asp搞了个带后台的企业产品发布程序,后台可以直接上传产品图片,但现在上传是每页纵向10个,
客户要求产品发布为每页2行3个,因企业要求抓紧时间更改,故向大家征求asp代码更改办法,

详细附图及调用的代码见:

http://www.lightingcapital.net/question/test.htm

更改完毕即付100元,谢谢大家。

我的联系方法:guzhen@vip.sina.com
QQ:2951639
...全文
110 9 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
mikespook 2004-12-07
  • 打赏
  • 举报
回复
这100元真好赚~~~~
yb2008 2004-12-07
  • 打赏
  • 举报
回复
我晕,,路过,帮顶!
Aa7643 2004-12-07
  • 打赏
  • 举报
回复
那么简单,要兼职么?可以长期为你解答问题.
lm5580409 2004-12-07
  • 打赏
  • 举报
回复
<!--#include file="conn/dbconn.asp" -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<p>//循环输出一行两排记录</p>
<table width="179" border="0" cellspacing="0" cellpadding="0">
<tr>

<%
set rs=server.createobject("adodb.recordset")
sql="select * from Info order by dateandtime desc"
rs.open sql,conn
if not rs.eof then
do while not rs.eof

%>
<td><%=rs("info_id")%></td>
<%
m=m+1
if m mod 2=0 then //将m改为3就是每行3个,依次类推
response.write "</tr>"
end if
rs.movenext
loop
end if
rs.close
%>
</table>
</body>
</html>
zlj113 2004-12-07
  • 打赏
  • 举报
回复
上面错了:
<tr aling="center">
<td>
<%
while not adrs.eof
response.write "你想输出的东东"
response.Write " </td>" & vbnewline

adrs.movenext
response.write "<td>"
if f mod 4=0 then response.write "</tr><tr><td>"
wend
end if
adrs.close
set adrs = nothing %>
</tr>

呵呵免费!!
zlj113 2004-12-07
  • 打赏
  • 举报
回复
<%
while not adrs.eof
response.write "你想输入的东东"
response.Write " </td>" & vbnewline
f=f+1
adrs.movenext
response.write "<td>"
if f mod 3=0 then response.write "</tr><tr><td>"
wend
end if
adrs.close
set adrs = nothing %>
fishnet0950 2004-12-07
  • 打赏
  • 举报
回复
我来帮你改,
fishnetvip@yahoo.com.cn
whb147 2004-12-07
  • 打赏
  • 举报
回复
很简单
dh20156 2004-12-07
  • 打赏
  • 举报
回复
我现在有时间,帮你改一下!

28,409

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧