%-- Created by IntelliJ IDEA. User: 51703 Date: 2025/1/24 Time: 11:06 To change this template use File | Settings | File Templates. --%> <%@page contentType="text/html;charset=UTF-8" %> <%@include file="../common/jsp/UsrCheck.jsp"%> <%@page import="com.sinosoft.utility.XssUtil"%> <% String tQuotNo = XssUtil.escapeJavaScript(request.getParameter("QuotNo")); String tQuotType = XssUtil.escapeJavaScript(request.getParameter("QuotType")); String tQuotTypeName = XssUtil.escapeJavaScript(request.getParameter("QuotTypeName")); String tSrc = ""; tSrc = "./LCInsuPreImpInput.jsp"; tSrc += "?QuotNo="+ tQuotNo+"&QuotType="+tQuotType+"&QuotTypeName="+tQuotTypeName; %>
<%--