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
Tell.asp
Package: eat.rar [view]
Upload User: jisenq
Upload Date: 2014-06-29
Package Size: 7216k
Code Size: 1k
Category:
ADO-ODBC
Development Platform:
ASP/ASPX
- <script language="javascript">
- function openScript(url, width, height){
- var Win=window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no' );
- }
- </script>
- <%
- MF_Default_Conn
- Dim TellRs,TelTopic,sqlTess,AddDate
- Set TellRs= server.CreateObject (G_FS_RS)
- sqlTess="select ID,Topic,Content,Person,IsUse,PV,AddUser,AddDate From FS_WS_NewsTell where IsUse='1'"
- TellRs.open sqlTess,Conn,1,1
- if not TellRs.eof then
- TelTopic=trim(TellRs("Topic"))
- AddDate=Trim(TellRs("AddDate"))
- end if
- set TellRs=nothing
- %>
- <table cellspacing=1 cellpadding=3 align=center border=0 width=98%><tr><td align=center width=100% valign=middle colspan=2><strong>公告信息:</strong>
- <%
- if Topic="" then
- %>
- <B>当前没有公告</B>(<%=now()%>)
- <%
- else
- %>
- <a href="javascript:openScript('announcements.asp?action=showone&boardid=0',500,300)"><B><%=TelTopic%></B></a>(<%=AddDate%>)
- <%
- end if
- %>
- </td></tr></table>