thirdpic.asp

来自「一套设计完善、高效的web商城解决方案」· ASP 代码 · 共 30 行

ASP
30
字号
<%
if BigId="" then:BigId=0
Set rs= conn.execute("select * from ThirdPic where BigId="&BigId&" order by id desc")
if not rs.eof then%>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="1" bgcolor="#a5a5a5"></td>
    <td>
	 <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="8"><img name="fl_r_r1_c1" src="images/fl_r_r1_c1.gif" width="770" height="8" border="0" alt=""></td>
        </tr>
        <tr> 
          <td width="770" align="center" background="images/fl_r_r2_c2.gif"> 
            <%do while not rs.eof
		  Response.Write("<a onfocus=blur() href="&rs("url")&"  target='_blank'><img src="&rs("PicName")&" border=0></a>") 
		  rs.movenext
		  loop
		  rs.close
		  set rs=nothing%> </td>
        </tr>
        <tr> 
          <td height="8"><img name="fl_r_r4_c1" src="images/fl_r_r4_c1.gif" width="770" height="8" border="0" alt=""></td>
        </tr>
      </table></td>
    <td width="1" bgcolor="#a5a5a5"></td>
    <td width="3" bgcolor="#E6E6E6"></td>
  </tr>
</table>
<%end if%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?