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

📄 main.jsp

📁 jsp的技术教程
💻 JSP
字号:
<%
String userID;
userID=(String)session.getAttribute("username");
if(userID==""||userID.equals(""))
{
	response.sendRedirect("login.jsp");
}
%>
<html>
	<head>
		<link rel="stylesheet" href="CssLib/CssForMenu.css">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<title></title>
		<Script Language=JavaScript src = "menu/FunctionForMenu.js"></Script>
	</head>
	<body scroll="no" style="MARGIN: 0px">
		<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id = "tblTotal" Name = "tblTotal">
			<tr>
				<td id="frmMenu" name="frmMenu" nowrap valign="center" align="middle" class=tblLeftbody>
					<iframe id="BoardTitle" name=BoardTitle  style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 150px; Z-INDEX: 2" frameborder="0" src="menu/Menu_new.htm"></iframe>
				</td>
				<td style="WIDTH: 7pt" bgcolor="#336699" onclick="switchSysBar()" class=tblbody>					
					<span class="navPoint" id="switchPoint" title="关闭/开启工具栏">3</span>
				</td>
				<td width="100%"> 
					<iframe id="frmRight" name="frmRight" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" frameborder=0 src="welcome.jsp" 
     ></iframe>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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