12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <xslt/>
- </main>
- <send/>
- <hidden/>
- <init>
- <signno/>
- <form/>
- </init>
- </root>
- </instance>
- <submission id="TRMRI00405" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/xslt/translist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /* //model.toggle("xslt");
- model.removeNodeset("/root/send");
- //model.makeValue("/root/send/val", "23659"); //"800000000019672"); //signno
- //model.makeValue("/root/send/formcd", "0000002916"); // "0000002487");
- model.makeValue("/root/send/val", model.getValue("/root/init/signno")); //"800000000019672"); //signno
- model.makeValue("/root/send/formcd", model.getValue("/root/init/form")); // "0000002487");
-
- if(submit("TRMRI00405"))
- {
- browser1.Navigate("about:blank");
- browser1.Document.write(model.getValue("/root/main/xslt/translist/trans"));
- browser1.refresh();
- }*/
- btn_xslt.dispatch("DOMActivate");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1195;2,781;1,304;">
- <browser id="browser1" style="left:0px; top:0px; width:1211px; height:784px; "/>
- <input id="input1" ref="/root/init/signno" visibility="hidden" style="left:395px; top:781px; width:190px; height:19px; "/>
- <input id="input2" ref="/root/init/form" visibility="hidden" style="left:610px; top:781px; width:245px; height:19px; "/>
- <button id="btn_xslt" visibility="hidden" style="left:880px; top:776px; width:75px; height:20px; ">
- <caption>XSLT º¸±â</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(model.getValue("/root/init/signno") == "") {
- model.setValue("/root/init/signno", input1.currentText);
- model.setValue("/root/init/form", input2.currentText);
- }
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/val", model.getValue("/root/init/signno")); //"800000000019672"); //signno
- model.makeValue("/root/send/formcd", model.getValue("/root/init/form")); // "0000002487");
-
- if(submit("TRMRI00405"))
- {
- //browser1.Navigate(getDomain());
- browser1.Navigate("about:blank");
- browser1.Document.write(model.getValue("/root/main/xslt/translist/trans"));
- browser1.refresh();
- }
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|