<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%> <% String Id = CurPage.getParameter("ID"); String productid = Sqlca.getString("select PRODUCT_ID from LB_CONTRACT_INFO where id = '"+Id+"'"); String sTempletNo = "LBContractInfo";//--Δ£°εΊΕ-- if("0001".equals(productid)){ sTempletNo = "LBContractInfo_Car"; } ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.ReadOnly = "-2"; dwTemp.genHTMLObjectWindow(Id); String sButtons[][] =null; sButtons= new String[][]{ }; %> <%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>