SPZUM03000_XP실행.xrw 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>XP½ÇÇà</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <example>Sample</example>
  9. </root>
  10. </instance>
  11. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  12. <script type="javascript" ev:event="xforms-ready">
  13. <![CDATA[
  14. if(checkOpener()){
  15. var sysMessageobj = getViewer("sysMessage");
  16. if(sysMessageobj != null && sysMessageobj.window.javascript.fSetInitPatientInfo != undefined) {
  17. var param = opener.javascript.getParameter("PatientInfoXP");
  18. sysMessageobj.window.javascript.fSetInitPatientInfo(param);
  19. }
  20. }
  21. ]]>
  22. </script>
  23. </model>
  24. <script type="javascript">
  25. <![CDATA[
  26. function fClose() {
  27. window.close();
  28. }
  29. ]]>
  30. </script>
  31. </xhtml:head>
  32. <xhtml:body pagewidth="0" pageheight="0"/>
  33. </xhtml:html>