| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <searchInfo>
- <CRET_NO>XR9-000791</CRET_NO>
- <TMPL_NM>UIB021120</TMPL_NM>
- <template>UIB021120</template>
- </searchInfo>
- <saveInfo>
- <INV_NO>123</INV_NO>
- <ORD_NO/>
- <ORD_SEQ/>
- <CUST_CD/>
- <ORDCUST_CD/>
- <ORD_USE_TP/>
- <SPEC_ABBSYM/>
- <CAR_GP/>
- <SUM_WGT/>
- <SUM_CNT/>
- </saveInfo>
- </formData>
- <gridData>
- <info>
- <number>-1000000</number>
- <number>1000000</number>
- <number>0</number>
- </info>
- </gridData>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/mesCommon.js"/>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:áä体; ">
- <button id="button1" style="left:190px; top:100px; width:100px; height:20px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- commSendReq("/root/formData/searchInfo");
- // excelSubmit("UIB021120-service", "find");
- var reqData = setReqData(model.instances(0).selectSingleNode("/root/reqData"));
- // browser1.Navigate(url + "etAction.jsp?ServiceName=UIB021120-service&find=1" + reqData);
- window.load(url + "etAction.jsp?ServiceName=UIB021120-service&find=1" + reqData, "html");
- ]]>
- </script>
- </button>
- <button id="button2" style="left:520px; top:90px; width:100px; height:20px; ">
- <caption>button2</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //alert("Hello".substring(1));
- window.load("./excel.xrw", "new");
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/gridData/info/number" format="(-)#,###" style="left:525px; top:55px; width:100px; height:20px; "/>
- <input id="input2" ref="/root/formData/searchInfo/CRET_NO" style="left:185px; top:50px; width:100px; height:20px; "/>
- <button id="button3" style="left:520px; top:125px; width:100px; height:20px; ">
- <caption>button3</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var cnt = 0;
- var wins = null;
- var win = window;
- while (win.parent != null) {
- wins = win;
- win = win.parent;
- }
- if (wins != null) wins.close();
- win.load("http://localhost:8080/xgmes3/Excel/image.jsp", "html");
- // for (var i = win.children.length - 1; i >= 0; i--)
- // children.item(i).close();
- ]]>
- </script>
- </button>
- <button id="button4" style="left:190px; top:130px; width:100px; height:20px; ">
- <caption>SaveExcel</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- submitID = "NIB021100-service";
- exec("/root/formData");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|