12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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>조제료발생</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- </main>
- <send>
- <req>
- <data3/>
- </req>
- </send>
- <hidden/>
- <init/>
- </root>
- </instance>
- <submission id="TXADT20101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req/data3" replace="instance" resultref="/root/hidden/ret"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TXADT20101");
- model.refresh();
- window.close();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- </xhtml:head>
- <xhtml:body visibility="hidden" pagewidth="0" pageheight="0" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <group id="grp_report1" visibility="hidden" style="left:0px; top:0px; width:0px; height:0px; "/>
- <group id="grp_report2" visibility="hidden" style="left:0px; top:0px; width:0px; height:0px; "/>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- var keyPressed = event.keyCode ;
-
- if(keyPressed == 27) // 'ESC' or 'Q' 키가 눌려진 경우
- {
- window.close();
- }
- ]]>
- </script>
- <group id="group1" visibility="hidden" style="left:0px; top:0px; width:0px; height:0px; "/>
- <group id="group2" visibility="hidden" style="left:0px; top:0px; width:0px; height:0px; "/>
- <group id="grp_report3" visibility="hidden" style="left:0px; top:0px; width:0px; height:0px; "/>
- </xhtml:body>
- </xhtml:html>
|