Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
List_Show.asp
Package: NetPhone.rar [view]
Upload User: xxtaishan
Upload Date: 2022-01-02
Package Size: 4063k
Code Size: 1k
Category:
VOIP program
Development Platform:
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
- %>