- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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 info2 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
- %>