1234567891011121314151617181920212223242526272829 |
- <?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>
- <msg/>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if(checkOpener()){
- model.setValue("/root/main/msg", opener.javascript.getParameter("msg")+" ·ÎµùÁß.....");
- model.refresh();
- }
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="327" pageheight="75" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <img id="img1" src="../../../com/commonweb/images/loadingBar.gif" style="left:0px; top:0px; width:311px; height:102px; "/>
- <output id="opt_msg" ref="/root/main/msg" style="left:110px; top:30px; width:175px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|