|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
由于ASP提供的是一对多的服务,所以用户的一些特殊需求很难得到满足。显现<tablewidth="100%"height="100%"border="0">
<tr>
<%
Setrs=Server.CreateObject("ADODB.Recordset")
rs.open"select*frombtypeorderbyidasc",conn,1,1
%>
<%
dimtempnum2
tempnum2=1
dowhilenotrs.eof
%>
<td>
<imgsrc=http://www.163design.net/a/y/"images/sanjiao.gif"width="9"height="9">
</td>
<td>
<strong>
<ahref="infos.asp?id=<%=trim(rs("id"))%>"name="<%=trim(rs("id"))%>"><%=trim(rs("type"))%></a>
<%
setrs2=server.CreateObject("adodb.recordset")
rs2.open"Selectcount(*)asgsfromst_infoswherebtype="&rs("id")&"andflag=0",conn
gs=rs2(0)
%>
<fontcolor="#83837E">[<%response.Write(gs)%>]</font>
<%
rs2.close
setrs2=nothing
%>
</strong>
</td>
<%
if(tempnum2mod2)=0thenresponse.write"</tr>"两列显现mod2
tempnum2=tempnum2+1
rs.movenext
loop
%>
</tr>
<%
rs.close
setrs=nothing
%>
</table>
</p>asp,jsp,php是web开发的三大技术,asp简单易用且有microsoft做靠山,jsp功能强大是因为有java支持,php则开源跨平台.在国内,asp应用范围最广,jsp发展势头最猛,php则处于劣势.这可能与公司的支持以及技术的培训有关. |
|