SPZUR00400_보고서30.xrw 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="EUC-KR"?>
  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>보고서미리보기</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. </main>
  11. </root>
  12. </instance>
  13. <script type="javascript" ev:event="xforms-ready">
  14. <![CDATA[
  15. //brw_report.document.parentWindow.opener = htmlwindow;
  16. ]]>
  17. </script>
  18. </model>
  19. <script type="javascript">
  20. <![CDATA[
  21. /**
  22. * @group :
  23. * @ver : 2006.12.20
  24. * @by : 이상준
  25. * @---------------------------------------------------
  26. * @type : function
  27. * @access : public
  28. * @desc : 예약여부에 따라서 발송일시 활성화/비활성화
  29. * @return :
  30. * @---------------------------------------------------
  31. */
  32. function loadReport(url)
  33. {
  34. //openLoadingBar("보고서");
  35. brw_report.Document.write("<div align='center' style='position: absolute; top: 45%; left: 42%; '><bold><font face='돋움체' color='464646' size='5'>보고서 로딩중...</font></bold></div>");
  36. brw_report.Navigate(url);
  37. }
  38. function brw_report::DocumentComplete(pDISP, sURL)
  39. {
  40. //closeLoadingBar();
  41. brw_report.document.parentWindow.opener = htmlwindow;
  42. }
  43. ]]>
  44. </script>
  45. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  46. </xhtml:head>
  47. <xhtml:body style="background-color:#F0F0F0; margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  48. <browser id="brw_report" src="about:blank" AddressBar="false" Visible="true" Left="0" FullScreen="true" MenuBar="false" StatusBar="false" Resizable="false" style="left:1%; top:1%; width:99%; height:99%; "/>
  49. </xhtml:body>
  50. </xhtml:html>