12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="cell_1" style="left:110px; top:42px; width:145px; height:20px; vertical-align:middle; ">[확인:1]</caption>
- <caption id="caption8" class="cell_1" style="left:110px; top:206px; width:145px; height:20px; vertical-align:middle; ">[예:6][아니오:7][취소:2]</caption>
- <caption id="caption9" class="cell_1" style="left:110px; top:165px; width:145px; height:20px; vertical-align:middle; ">[예:6][아니오:7]</caption>
- <button id="button13" class="btn4_letter2" style="left:275px; top:40px; width:56px; height:22px; ">
- <caption>정보</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rtn = messageBox("접수 ", "I001");
- alert(rtn);
- ]]>
- </script>
- </button>
- <button id="button14" class="btn4_letter2" style="left:275px; top:81px; width:56px; height:22px; ">
- <caption>오류</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rtn = messageBox("데이터를 저장", "E001");
- ]]>
- </script>
- </button>
- <button id="button15" class="btn4_letter2" style="left:275px; top:122px; width:56px; height:22px; ">
- <caption>경고</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rtn = messageBox("환자번호를 ", "C001");
- ]]>
- </script>
- </button>
- <button id="button16" class="btn4_letter2" style="left:275px; top:163px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rtn = messageBox("데이터를 ", "Q001");
- alert(rtn);
- ]]>
- </script>
- </button>
- <button id="button17" class="btn4_letter2" style="left:275px; top:204px; width:56px; height:22px; ">
- <caption>선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var rtn = messageBox("데이터를 채번", "S001");
- alert(rtn);
- ]]>
- </script>
- </button>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">메세지 처리 예제</caption>
- </xhtml:body>
- </xhtml:html>
|