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
Success.asp
Package: eat.rar [view]
Upload User: jisenq
Upload Date: 2014-06-29
Package Size: 7216k
Code Size: 3k
Category:
ADO-ODBC
Development Platform:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../../../FS_Inc/Const.asp" -->
- <!--#include file="../../../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../../../FS_Inc/Function.asp" -->
- <%
- Dim Conn,User_Conn
- MF_Default_Conn
- MF_User_Conn
- dim p_ErrorUrl,p_ErrCodes
- p_ErrorUrl = Replace(Request.QueryString("ErrorUrl"),"''","")
- p_ErrCodes = Request.QueryString("ErrCodes")
- if trim(p_ErrorUrl) = "" then
- p_ErrorUrl = "javascript:history.back();"
- Else
- p_ErrorUrl = p_ErrorUrl
- End if
- %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <title>操作成功</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
- <meta name="keywords" content="风讯,风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
- <link href="../../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
- <head>
- <body>
- <table width="40%" height="60%" border="0" align="center" cellpadding="1" cellspacing="0">
- <tr>
- <td><table width="100%" height="175" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <form action="../../../CheckLogin.asp" method="post" name="myform" id="myform" onsubmit="return CheckForm();">
- <tr class="back">
- <td width="100%" height="24" class="xingmu">操作成功</td>
- </tr>
- <tr class="back">
- <td class="hback"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="6"></td>
- </tr>
- </table>
- <span class="tx"><strong>操作描述:</strong></span>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="10"></td>
- </tr>
- </table>
- <span class="tx"><strong> </strong></span>
- <div align="left">
- <% = p_ErrCodes %>
- </div>
- <li><a href="<% = p_ErrorUrl %>">返回上一级</a> </li>
- <li><a href="http://www.foosun.cn" target="_blank">Powered by Foosun
- Inc.</a> <a href="http://help.foosun.net" target="_blank" style="CURSOR:help">帮助中心</a>
- <a href="http://bbs.foosun.net" target="_blank">技术论坛</a></li></td>
- </tr>
- <tr class="back">
- <td height="24" class="xingmu"><div align="right"> <%=Replace(G_COPYRIGHT,"n","")%></div></td>
- </tr>
- </form>
- </table></td>
- </tr>
- </table>
- </body>
- </html>
- <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->
- <%
- set Conn =nothing
- %>