123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>
- <messageinfo>
- <massage>MESSAGE</massage>
- <info>확인</info>
- </messageinfo>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var sResult = "";
- function fInit(){
- var sMessage = opener.javascript.getParameter("SPMNP00305_message");
- opener.javascript.setParameter("SPMNP00305_message", "");//전역변수 초기화
- if(sMessage != "" && sMessage != null && sMessage != "undefined"){
- caption1.value = sMessage;
- }else{
- opener.javascript.setParameter("SPMNP00305_result", "");
- model.close();
- }
- var sButton1Caption = opener.javascript.getParameter("SPMNP00305_button1");
- var sButton2Caption = opener.javascript.getParameter("SPMNP00305_button2");
- var sButtonFocus = opener.javascript.getParameter("SPMNP00305_buttonFocus");
- var sCaptionInfo = opener.javascript.getParameter("SPMNP00305_capinfo");
- opener.javascript.setParameter("SPMNP00305_button1", "");
- opener.javascript.setParameter("SPMNP00305_button2", "");
- opener.javascript.setParameter("SPMNP00305_buttonFocus", "");
- opener.javascript.setParameter("SPMNP00305_capinfo", "");
- if(sButton1Caption != "" && sButton1Caption != null && sButton1Caption != "undefined"){
- button1.value = sButton1Caption;
- }
-
- if(sButton2Caption != "" && sButton2Caption != null && sButton2Caption != "undefined"){
- button2.value = sButton2Caption;
- }
-
- if(sCaptionInfo != "" && sCaptionInfo != null && sCaptionInfo != "undefined"){
- caption17.value = sCaptionInfo;
- }
- if(sButtonFocus == "button1" || sButtonFocus == "button2"){
- model.setfocus(sButtonFocus);
- }else{
- model.setFocus("button1");
- }
- }
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="100" guideline="1,450;2,130;1,-1;1,229;" style="color:#3366ff; background-color:#f8f8f8; ">
- <button id="button1" style="left:115px; top:65px; width:89px; height:24px; font-family:돋움체; font-size:11pt; text-align:center; background-color:#f8f8f8; border-width:1px; border-style:solid; ">
- <caption>확 인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SPMNP00305_result", "true");//전역변수 초기화
- model.close();
- ]]>
- </script>
- </button>
- <button id="button2" style="left:254px; top:65px; width:89px; height:24px; font-family:돋움체; font-size:11pt; text-align:center; background-color:#f8f8f8; border-width:1px; border-style:solid; ">
- <caption>취 소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SPMNP00305_result", "false");//전역변수 초기화
- model.close();
- ]]>
- </script>
- </button>
- <caption id="caption1" ref="/root/main/messageinfo/massage" style="left:15px; top:10px; width:430px; height:50px; font-family:Arial Narrow; font-size:11pt; color:#000000; text-align:center; vertical-align:middle; background-color:transparent; ">MESSAGE</caption>
- <caption id="caption17" ref="/root/main/messageinfo/info" class="tit_2" visibility="hidden" style="left:20px; top:15px; width:380px; height:13px; vertical-align:middle; "/>
- </xhtml:body>
- </xhtml:html>
|