SMZEV00300_과거접종내역조회.xrw 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>과거접종내역조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <url>http://irir.ath.cx/tprevent/client_metrics.asp?</url>
  11. <patresnum>0803214</patresnum>
  12. <nbntyp>7</nbntyp>
  13. <hldresnum>7803202481012</hldresnum>
  14. <babytyp>1</babytyp>
  15. </main>
  16. </root>
  17. </instance>
  18. <script type="javascript" ev:event="xforms-ready">
  19. <![CDATA[
  20. //browser1.Navigate("about:blank");
  21. //var navUrl = model.getValue("/root/main/url") +"PatResNum=0803214&NbnTyp=7&HldResNum=7803202481012&BabyType=1";
  22. var navUrl = model.getValue("/root/main/url")
  23. + "PatResNum=" + opener.javascript.getParameter("patresnum")
  24. + "&NbnTyp=" + opener.javascript.getParameter("nbntyp")
  25. + "&HldResNum=" + opener.javascript.getParameter("hldresnum")
  26. + "&BabyType=" + opener.javascript.getParameter("babytyp");
  27. //alert(navUrl);
  28. browser1.Navigate(navUrl);
  29. //window.exec("C:\Program Files\Internet Explorer\iexplorer.exe", navUrl);
  30. //browser1.Navigate("http://www.daum.net");
  31. //PatResNum=0803214&NbnTyp=7&HldResNum=7803202481012&BabyType=1
  32. ]]>
  33. </script>
  34. </model>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. </xhtml:head>
  37. <xhtml:body pagewidth="1000" pageheight="800" guideline="2,91;">
  38. <browser id="browser1" src="blank" AddressBar="false" FullScreen="true" MenuBar="false" StatusBar="false" style="left:10px; top:40px; width:975px; height:745px; "/>
  39. <button id="btn_print" class="btn6_letter2" style="left:10px; top:10px; width:56px; height:22px; ">
  40. <caption>출력</caption>
  41. <script type="javascript" ev:event="DOMActivate">
  42. <![CDATA[
  43. btn_print.visible = false;
  44. window.print(true);
  45. btn_print.visible = true;
  46. ]]>
  47. </script>
  48. </button>
  49. </xhtml:body>
  50. </xhtml:html>