prompt.jsp

来自「运输模块代码」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ page import="com.hexiesoft.config.language.Configure"%><%--  Created by IntelliJ IDEA.  User: cqin  Date: 2006-5-29  Time: 14:11:33  To change this template use File | Settings | File Templates.--%><%@page contentType="text/html;charset=GBK"%><%@include file="/IncludeBeginMD.jsp"%><%    String confirm_msg = (String) Configure.getConfigure(sIe_Language,"PrintStandReport").get("CONFIRM_MESSAGE");%><script language="javascript">    PromptConfirmWnd();    function PromptConfirmWnd(){        if(confirm("<%= confirm_msg%>")){            OpenComp("Export Excel == Stand", "/ShippingManager/InventoryMaintenance/printStandReport/ExportExcel.jsp", "", "right", "");            //OpenComp("ShowInfo","/Billing/InsurancePremiums/EnterCode.jsp","rand="+randomNumber(),"right","");            //alert("yes");            self.close();        }        else{            //alert("no");            //return;        }    }</script><%@include file="/IncludeEnd.jsp"%>

⌨️ 快捷键说明

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