List_Show.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <!--#include file="../../inc/conn.asp"-->
  2. <META content="text/html;charset=gb2312" http-equiv="Content-Type">
  3. <LINK REL="stylesheet" HREF="../images/style.css" TYPE="text/css"> <%
  4. Dim rs
  5. set rs=conn.execute("select * from product where id="&request("checkbox"))
  6. %> 
  7. <style type="text/css">
  8. <!--
  9. .style1 {color: #FFFFFF}
  10. -->
  11. </style>
  12. <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight=#000000">
  13.   <tr> 
  14.     <td height="25" bgcolor="#23458B"> 
  15.       <div align="center" class="style1">产品名称:<%=rs("title")%> 日期:<%=rs("postdate")%></div>    </td>
  16.   </tr>
  17.   <tr> 
  18.     <td height="520" valign="top"> 
  19.       <%IF RS("pic")<>"" THEN%>
  20.       <table width="100%" border="0" cellspacing="0" cellpadding="0" height="208">
  21.         <tr> 
  22.           <td>            <div align="center"><img src="../../upload/<%=rs("pic")%>" width="238" height="156"><br>
  23.               ↑ 产品图片
  24.                 <hr size="1" noshade>
  25. </div>
  26.           </td>
  27.         </tr>
  28.       </table>
  29.       <%END IF%>      <font style="font-size:14px;line-height:20px;"> 
  30.       <%RESPONSE.WRITE rs("content")%>
  31.     </font> </td>
  32.   </tr>
  33.   <tr> 
  34.     <td> 
  35.       <div align="center"> 
  36.         <input type="button" value="返回" onClick="history.go(-1)" name="button">
  37.       </div>
  38.     </td>
  39.   </tr>
  40. </table>
  41. <%
  42. call COCLS
  43. %>