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
News_Label_styleread.asp
Package: eat.rar [view]
Upload User: jisenq
Upload Date: 2014-06-29
Package Size: 7216k
Code Size: 2k
Category:
ADO-ODBC
Development Platform:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../../FS_Inc/Const.asp" -->
- <!--#include file="../../FS_Inc/Function.asp"-->
- <!--#include file="../../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../../FS_InterFace/NS_Function.asp" -->
- <!--#include file="../../FS_Inc/Func_page.asp" -->
- <%
- Response.Buffer = True
- Response.Expires = -1
- Response.ExpiresAbsolute = Now() - 1
- Response.Expires = 0
- Response.CacheControl = "no-cache"
- Dim Conn,obj_label_Rs,SQL
- MF_Default_Conn
- 'session判断
- MF_Session_TF
- If Request("id")="" Then
- Response.Write "<script language=""JavaScript"" type=""text/javascript"" src=""../../FS_Inc/PublicJs.js""></script>"&vbcrlf
- Response.Write "<SCRIPT LANGUAGE=""JavaScript"">ShowErr(""错误:n参数错误n找不到id"");</SCRIPT>"
- Response.End
- End If
- %>
- <html>
- <head>
- <title>新闻标签管理</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
- <base target=self>
- </head>
- <body>
- <script language="JavaScript" src="../../FS_Inc/PublicJS.js" type="text/JavaScript"></script>
- <table width="98%" height="81" border="0" align="center" cellpadding="4" cellspacing="0">
- <tr >
- <td width="100%" align="center""> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="table">
- <%
- Set obj_label_Rs = server.CreateObject(G_FS_RS)
- SQL = "Select StyleName,Content,AddDate from FS_MF_Labestyle where id=" & Request("id")
- obj_label_Rs.Open SQL,Conn,1,3
- if not obj_label_Rs.eof then
- %>
- <tr style="display:" class="hback">
- <td height="42" colspan="2" class="hback"> <%= obj_label_Rs("Content")%></td>
- </tr>
- <%
- obj_label_Rs.close:set obj_label_Rs = nothing
- End if
- %>
- </table>
- <div align="center">
- <input name="button2" type="button" onClick="window.returnValue='';window.close();" value="关闭窗口">
- </div></td>
- </tr>
- </table>
- </body>
- </html>
- <!-- Powered by: FoosunCMS4.0系列,Company:Foosun Inc. -->