⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.jsp

📁 BBS-CS_3b_Tomcat4 java BBS
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" %>
<jsp:useBean id="SessionCheckBean" scope="page" class="com.laoer.bbscs.user.SessionCheck" />
<%
SessionCheckBean.getSession(request);
if (SessionCheckBean.isHaveSession()) {
%>
<html>
<head>
<title>虚拟社区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<!--<script>newwin=open("servlet/db.licq","win2","width=150,height=278,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");</script>-->
<frameset frameborder="0" border="0" framespacing="0" rows="*">
<frameset cols="130,*" frameborder="0" border="0" framespacing="0">
  <frameset rows="*,90%">
  <frame name="leftFrame" src="online.jsp" scrolling="no">
    <frame name="leftFrame1" src="left.jsp">
  </frameset>
  <frame name="mainFrame" src="in.jsp">
  <noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
  </noframes>
</frameset>
</frameset>
<frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</frameset>
</html>
<%
}
else {
  out.println("错误!");
}
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -