📄 emailleft.asp
字号:
<%
oabusyname=request.cookies("oabusyname")
oabusyuserid=request.cookies("oabusyuserid")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" or oabusyuserid="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='../default.asp';")
response.write("</script>")
response.end
end if
%>
<html>
<head>
<title>个人邮箱</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/css.css">
<script language="javascript">
window.parent("main").location.href="getnewemail.asp";
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#cccccc" leftmargin="0" topmargin="0">
<table width="131" border="0" cellpadding="0" cellspacing="0" bgcolor="#FfFfFf" height="356">
<tr>
<td colspan="2" height="20"> </td>
</tr>
<tr>
<td width="126" height="45">
<div align="center"><a href="getnewemail.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image30','','../image/menu2-2-b.gif',1)" target="main"><img name="Image30" border="0" src="../image/menu2-2-a.gif" width="41" height="40" title="查看新邮件"></a></div>
</td>
<td width="2" bgcolor="#666666" height="45"> </td>
</tr>
<tr>
<td width="126" height="21">
<div align="center"><font color="#336699">新邮件</font></div>
</td>
<td width="2" bgcolor="#666666" height="21"> </td>
</tr>
<tr>
<td width="126" height="45">
<div align="center"><a href="sendemail.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','../image/menu1-1-b.gif',1)" target="main"><img name="Image31" border="0" src="../image/menu1-1-a.gif" width="41" height="40" title="发新邮件"></a></div>
</td>
<td width="2" bgcolor="#666666" height="45"> </td>
</tr>
<tr>
<td width="126" height="21">
<div align="center"><font color="#336699">发邮件</font></div>
</td>
<td width="2" bgcolor="#666666" height="21"> </td>
</tr>
<tr>
<td width="126" height="45">
<div align="center"><a href="getemailbox.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image32','','../image/menu3-4-b.gif',1)" target="main"><img name="Image32" border="0" src="../image/menu3-4-a.gif" width="41" height="40" title="查看收件箱"></a></div>
</td>
<td width="2" bgcolor="#666666" height="45"> </td>
</tr>
<tr>
<td width="126" height="21">
<div align="center"><font color="#336699">收件箱</font></div>
</td>
<td width="2" bgcolor="#666666" height="21"> </td>
</tr>
<tr>
<td width="126" height="45">
<div align="center"><a href="sendemailbox.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image33','','../image/menu3-3-b.gif',1)" target="main"><img name="Image33" border="0" src="../image/menu3-3-a.gif" width="41" height="40" title="发件箱"></a></div>
</td>
<td width="2" bgcolor="#666666" height="45"> </td>
</tr>
<tr>
<td width="126" height="21">
<div align="center"><font color="#336699">发件箱</font></div>
</td>
<td width="2" bgcolor="#666666" height="21"> </td>
</tr>
<tr>
<td width="126" height="45">
<div align="center"><a href="delemailbox.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','../image/menu6-1-b.gif',1)" target="main"><img name="Image34" border="0" src="../image/menu6-1-a.gif" width="41" height="40" title="废件箱"></a></div>
</td>
<td width="2" bgcolor="#666666" height="45"> </td>
</tr>
<tr>
<td width="126" height="21">
<div align="center"><font color="#336699">废件箱</font></div>
</td>
<td width="2" bgcolor="#666666" height="21"> </td>
</tr>
<tr bgcolor="#cccccc">
<td width="126" height="1" bgcolor="#666666"> </td>
<td width="2" height="1" bgcolor="#666666"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -