left.jsp

来自「JSP常用模块源代码之邮件管理模块的全部源代码」· JSP 代码 · 共 50 行

JSP
50
字号
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
<style type="text/css">
<!--
p {  font-family: "宋体"; font-size: 9pt;}
td {font-size: 9pt ; line-height:normal; }
A{text-transform: none; text-decoration: none; color: #e8e8e8; font-size: 9pt;}
a:hover {text-decoration:underline; color: #0000a0; font-size: 9pt}
body {  font-size: 9pt}
.mjMenuLink {
 	text-decoration: none; 
	CURSOR: hand;
}
-->
</style>
<script language="JavaScript">
<!--
function theright(rurl, onlyone) {
	var mrstr = String(Math.random());
	parent.f2.window.location.href = rurl + "?GRSN=" + mrstr.substring(2, 10);
}
//-->
</script>
</head>
<title>邮件系统</title>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
</head>
<body bgColor="#6F91AB">
<IMG src="images/home.gif" align=absMiddle 
border=0>&nbsp;<FONT style="FONT-FAMILY: Times New Roman" color=#ff8102><B> 邮件系统</B></FONT><BR>
<IMG height=20 src="images/midblk.gif" width=17 
align=absMiddle border=0><A class=mjMenuLink 
onmouseover="this.style.textDecoration='underline';this.style.color='#0000a0';" 
onclick="JavaScript:theright('viewmailall.jsp', false)" 
onmouseout="this.style.textDecoration='none';this.style.color='#e8e8e8';"><IMG 
src="images/receive.gif" align=absMiddle border=0>收邮件</A><BR>
<IMG 
height=20 src="images/midblk.gif" width=17 align=absMiddle border=0><A 
class=mjMenuLink 
onmouseover="this.style.textDecoration='underline';this.style.color='#0000a0';" 
onclick="JavaScript:theright('send.jsp', true)" 
onmouseout="this.style.textDecoration='none';this.style.color='#e8e8e8';"><IMG 
src="images/send.gif" align=absMiddle border=0>写邮件</A> 
<DIV class=parent id=KB9Parent> <IMG height=20 
src="images/lastblk.gif" width=17 align=absMiddle border=0><A 
href="logout.jsp" target=_top><IMG 
src="images/exit.gif" align=absMiddle border=0>退出</A></DIV>
</body>
</html>

⌨️ 快捷键说明

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