MessageBox.xrw 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <example>Sample</example>
  10. </root>
  11. </instance>
  12. </model>
  13. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  14. </xhtml:head>
  15. <xhtml:body>
  16. <caption id="caption1" class="cell_1" style="left:110px; top:42px; width:145px; height:20px; vertical-align:middle; ">[확인:1]</caption>
  17. <caption id="caption8" class="cell_1" style="left:110px; top:206px; width:145px; height:20px; vertical-align:middle; ">[예:6][아니오:7][취소:2]</caption>
  18. <caption id="caption9" class="cell_1" style="left:110px; top:165px; width:145px; height:20px; vertical-align:middle; ">[예:6][아니오:7]</caption>
  19. <button id="button13" class="btn4_letter2" style="left:275px; top:40px; width:56px; height:22px; ">
  20. <caption>정보</caption>
  21. <script type="javascript" ev:event="DOMActivate">
  22. <![CDATA[
  23. var rtn = messageBox("접수 ", "I001");
  24. alert(rtn);
  25. ]]>
  26. </script>
  27. </button>
  28. <button id="button14" class="btn4_letter2" style="left:275px; top:81px; width:56px; height:22px; ">
  29. <caption>오류</caption>
  30. <script type="javascript" ev:event="DOMActivate">
  31. <![CDATA[
  32. var rtn = messageBox("데이터를 저장", "E001");
  33. ]]>
  34. </script>
  35. </button>
  36. <button id="button15" class="btn4_letter2" style="left:275px; top:122px; width:56px; height:22px; ">
  37. <caption>경고</caption>
  38. <script type="javascript" ev:event="DOMActivate">
  39. <![CDATA[
  40. var rtn = messageBox("환자번호를 ", "C001");
  41. ]]>
  42. </script>
  43. </button>
  44. <button id="button16" class="btn4_letter2" style="left:275px; top:163px; width:56px; height:22px; ">
  45. <caption>확인</caption>
  46. <script type="javascript" ev:event="DOMActivate">
  47. <![CDATA[
  48. var rtn = messageBox("데이터를 ", "Q001");
  49. alert(rtn);
  50. ]]>
  51. </script>
  52. </button>
  53. <button id="button17" class="btn4_letter2" style="left:275px; top:204px; width:56px; height:22px; ">
  54. <caption>선택</caption>
  55. <script type="javascript" ev:event="DOMActivate">
  56. <![CDATA[
  57. var rtn = messageBox("데이터를 채번", "S001");
  58. alert(rtn);
  59. ]]>
  60. </script>
  61. </button>
  62. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">메세지 처리 예제</caption>
  63. </xhtml:body>
  64. </xhtml:html>