【JSP开源代码栏目提醒】:网学会员为需要JSP开源代码的朋友们搜集整理了chat.jsp相关资料,希望对各位网友有所帮助!
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" %>
<% request.setCharacterEncoding("gb2312"); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>进销存管理系统框架</title>
</head>
<frameset rows="*" cols="*,778,*" framespacing="1" frameborder="no" border="1" >
<frame src="blank.jsp" name="blankFrame" scrolling="NO" noresize>
<frameset rows="117,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.jsp" name="topFrame" scrolling="NO" noresize>
<frameset rows="*" cols="194,*" framespacing="0" frameborder="NO" border="0">
<frame src="left.jsp" name="leftFrame" frameborder="no" scrolling="AUTO" noresize>
<frame src="main.jsp" name="mainFrame" frameborder="no" scrolling="AUTO" noresize marginwidth="1" marginheight="1" bordercolor="#CCCCCC">
</frameset>
</frameset>
<frame src="blank.jsp" name="blankFrame">
</frameset>
<noframes>
<body>
</body></noframes>
</html>