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
chatframe.jsp
Package: JSP-OA.rar [view]
Upload User: jhtang88
Upload Date: 2014-01-27
Package Size: 28528k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@ page contentType="text/html; charset=utf-8"
- import = "java.io.*"
- import = "cn.js.fan.util.*"
- import = "java.net.URLEncoder"
- %>
- <%
- String nick,room;
- nick = ParamUtil.get( request, "nick" );
- room = ParamUtil.get( request, "room" );
- %>
- <html>
- <head>
- <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <title>聊天室</title>
- <SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
- <!--
- //分屏
- var issplit = false
- function split()
- {
- issplit = !issplit
- if (issplit)
- splitframe.rows = "*,50%"
- else
- splitframe.rows = "*,0%"
- }
- function getissplit()
- {
- return issplit
- }
- //-->
- </SCRIPT>
- </head>
- <frameset rows="83%,*" framespacing="0" border="0" frameborder="0">
- <frameset cols="*,19%">
- <frameset rows="*,40">
- <frameset id="splitframe" rows="*,0" framespacing=1>
- <frame name="showchatarea" src="showchat.htm" scrolling="auto">
- <frame name="secretarea" scrolling="auto" src="secret.htm" marginwidth="0" marginheight="0">
- </frameset>
- <frame name="chatappletarea" src="chatapplet.jsp?nick=<%=StrUtil.UrlEncode(nick)%>&room=<%=StrUtil.UrlEncode(room)%>" scrolling="auto">
- </frameset>
- <frame name="nickarea" src="nicklist.htm" scrolling="auto">
- </frameset>
- <frame name="talkarea" src="talk.jsp" scrolling="no">
- <noframes>
- <body>
- <p>此网页使用了框架,但您的浏览器不支持框架。</p>
- </body>
- </noframes>
- </frameset>
- </html>