msglisten.jsp

来自「tomcat最新安装程序」· JSP 代码 · 共 34 行

JSP
34
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?