List_Show.asp
资源名称:NetPhone.rar [点击查看]
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
ASP/ASPX
- <!--#include file="../../inc/conn.asp"-->
- <META content="text/html;charset=gb2312" http-equiv="Content-Type">
- <LINK REL="stylesheet" HREF="../images/style.css" TYPE="text/css"> <%
- Dim rs
- set rs=conn.execute("select * from product where id="&request("checkbox"))
- %>
- <style type="text/css">
- <!--
- .style1 {color: #FFFFFF}
- -->
- </style>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight=#000000">
- <tr>
- <td height="25" bgcolor="#23458B">
- <div align="center" class="style1">产品名称:<%=rs("title")%> 日期:<%=rs("postdate")%></div> </td>
- </tr>
- <tr>
- <td height="520" valign="top">
- <%IF RS("pic")<>"" THEN%>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" height="208">
- <tr>
- <td> <div align="center"><img src="../../upload/<%=rs("pic")%>" width="238" height="156"><br>
- ↑ 产品图片
- <hr size="1" noshade>
- </div>
- </td>
- </tr>
- </table>
- <%END IF%> <font style="font-size:14px;line-height:20px;">
- <%RESPONSE.WRITE rs("content")%>
- </font> </td>
- </tr>
- <tr>
- <td>
- <div align="center">
- <input type="button" value="返回" onClick="history.go(-1)" name="button">
- </div>
- </td>
- </tr>
- </table>
- <%
- call COCLS
- %>