📄 msglisten.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<jsp:useBean id="userinfo" scope="session" class="cn.com.aheadsoft.util.UserInfo"/>
<meta http-equiv="refresh" content="10000">
<body>
<%
int[] all = (int[])session.getAttribute("num");
%>
<%
boolean popflag = false;
if(all[3]>0){
popflag = true;
%>
<script language="JavaScript">
<!--
newWindow =null;
if (! newWindow || newWindow.closed)
{
newWindow = window.open('/krm/jsp/commanage/mail/popmsg.jsp?msgcount=<%=all[3]%>','begin','width=120,height=120');
}else
{
newWindow.focus();
}
//-->
</script>
<%}%>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -