±â¼ú¹®¼­
OZ Server
OZ Application
OZ Report
Google
À¥    forcs.com
¿ÀÁî ¸®Æ÷Æ®
¿ÀÁî ÀÌÆû

OZ Report
OZ Report
Á¦¸ñ : [OZ HTML5ºä¾î] ¸ÖƼº¸°í¼­ È£Ãâ ¿¹Á¦
¿ÀÁî_LMK NOSPAM_mklee@forcs.com 4,687 hit 
http://oztn.net/kb/article/kbrpt/161347163630059 2021-02-16 19:33:56
192.168.141.***

 

* °³¿ä


ÇÑ ºä¾î¿¡ ¿©·¯ ozrÀ» º¸¿©ÁÖ´Â ¸ÖƼº¸°í¼­ ¹æ½Ä ¿¹Á¦ ÀÔ´Ï´Ù.

OZHTML5ºä¾î È£Ãâ ½ºÅ©¸³Æ®¸¦ ÀÌ¿ëÇß½À´Ï´Ù.

 

 

* »ó¼¼ ¼³¸í


ÇϳªÀÇ ºä¾î¿¡ ¿©·¯ º¸°í¼­ ÆÄÀÏ(.ozr)À» º¸¿©ÁÖ´Â °ÍÀ» ¸ÖƼº¸°í¼­¶ó°í ÇÕ´Ï´Ù.

È£ÃâÇÏ´Â À¥ÆäÀÌÁö¿¡ viewer.childcount Æз¯¹ÌÅÍ·Î Àüüº¸°í¼­°³¼ö-1À» ÁöÁ¤ÇÏ°í, °¢ º¸°í¼­º°·Î Æз¯¹ÌÅ͸¦ ³Ñ±â¸é ¸ÖƼº¸°í¼­°¡ µË´Ï´Ù.


(multi.html)

 <!DOCTYPE html>
<html style="height:100%">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" type="text/css"/>
<script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://127.0.0.1/oz70/ozhviewer/ui.dynatree.css" type="text/css"/>
<script type="text/javascript" src="http://127.0.0.1/oz70/ozhviewer/jquery.dynatree.js" charset="utf-8"></script>
<script type="text/javascript" src="http://127.0.0.1/oz70/ozhviewer/OZJSViewer.js" charset="utf-8"></script>
<!-- If you want to run the HTML5SVG viewer please change the OZJSViewer.js to OZJSSVGViewer.js.
<script type="text/javascript" src="http://127.0.0.1/oz70/ozhviewer/OZJSSVGViewer.js" charset="utf-8"></script>
-->
</head>
<body style="width:98%;height:98%">
<div id="OZViewer" style="width:98%;height:98%"></div>
<script type="text/javascript" >
 function SetOZParamters_OZViewer(){
  var oz;
  oz = document.getElementById("OZViewer");

 

  // ¸ÖƼº¸°í¼­ °øÅë Æз¯¹ÌÅÍ
  oz.sendToActionScript("viewer.childcount","2"); // ¸ÖƼº¸°í¼­ÀÇ child °³¼ö (Àüü°³¼ö-1)
  oz.sendToActionScript("viewer.focus_doc_index","0"); // óÀ½ º¸¿©Áö´Â º¸°í¼­ ¹øÈ£(0ºÎÅÍ ½ÃÀÛ)
  oz.sendToActionScript("viewer.showtree","true"); // Æ®¸®Ã¢ Ç¥½Ã
  oz.sendToActionScript("print.alldocument","true"); // ¸ÖƼ º¸°í¼­ Çѹø¿¡ Àμâ
  oz.sendToActionScript("global.concatpage","true"); // ¸ÖƼ º¸°í¼­¸¦ ÇϳªÀÇ º¸°í¼­Ã³·³ º¸¿©ÁÜ. ÆäÀÌÁö À̾îÁü
  oz.sendToActionScript("global.inheritparameter","true"); // ù¹ø° º¸°í¼­ÀÇ ÆĶó¹ÌÅÍ °ªÀ» »ó¼Ó ¹ÞÀ½
  
  // ù¹ø° º¸°í¼­ Æз¯¹ÌÅÍ
  oz.sendToActionScript("connection.servlet","http://127.0.0.1/oz70/server");
  oz.sendToActionScript("connection.reportname","test1.ozr");
  oz.sendToActionScript("connection.pcount","1");
  oz.sendToActionScript("connection.args1","year=2010");

 

  // µÎ¹ø° º¸°í¼­ Æз¯¹ÌÅÍ (child1. ºÙÀÓ)
  oz.sendToActionScript("child1.connection.reportname","test2.ozr");
  oz.sendToActionScript("child1.connection.pcount","2");
  oz.sendToActionScript("child1.connection.args1","year=2015");
  oz.sendToActionScript("child1.connection.args2","month=3");

 

  // ¼¼¹ø° º¸°í¼­ Æз¯¹ÌÅÍ (child2. ºÙÀÓ)
  oz.sendToActionScript("child2.connection.reportname","test3.ozr");
  oz.sendToActionScript("child2.connection.pcount","3");
  oz.sendToActionScript("child2.connection.args1","year=2020");
  oz.sendToActionScript("child2.connection.args2","month=5");
  oz.sendToActionScript("child2.connection.args3","day=14");

 

  return true;
 }
 start_ozjs("OZViewer","http://127.0.0.1/oz70/ozhviewer/");
</script>
</body>
</html>

 

(½ÇÇà °á°ú)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

* ÷ºÎÀÚ·á ¼³¸í


- ¿ÞÂÊ '°í°´Áö¿ø¼¾ÅÍ' Ŭ¸¯ > Sample ¸Þ´º > HTML5ºä¾î > ¸ÖƼº¸°í¼­ ¿¡¼­ »ùÇÃÀ» ½ÇÇàÇÒ ¼ö ÀÖ½À´Ï´Ù.

 

- multi.html : ¸ÖƼº¸°í¼­ È£Ãâ html



multi.html 2.73 KB (104 down)
result.jpg 80.86 KB (38 down)
Å°¿öµå : ºä¾îÅÂ±× Æз¯¹ÌÅÍ
 
OZ ¹öÁ¯ : 7.0
OZ Á¦Ç° : Report Viewer(HTML5)
 
¹øÈ£ ±¸ºÐ Á¦¸ñ ±Û¾´ÀÌ ÀÏÀÚ Á¶È¸
94 ±â¼úÁ¤º¸ [OZ EXEºä¾î] ºä¾î Æз¯¹ÌÅÍ È£Ãâ ¿¹ Tag 1 ¿ÀÁî_LMK 2022-09-20 2,487
93 ±â¼úÁ¤º¸ [OZ HTML5ºä¾î] ºä¾î Æз¯¹ÌÅÍ È£Ãâ ¿¹ Tag 1 ¿ÀÁî_LMK 2022-09-20 2,765
92 ¹®Á¦ÇØ°á µðÀÚÀÌ³Ê ½ÇÇà½Ã À©µµ¿ì È­¸é ¹üÀ§¸¦ ¹þ¾î³ª¼­ ¾Èº¸ÀÌ´Â °æ¿ì ¿ÀÁî_LMK 2022-08-01 372
91 ¹®Á¦ÇØ°á 'Ä«Å×°í¸® ÁÖ¼Ò'¿Í 'ODI À̸§'À» À߸ø ÀÔ·ÂÇÑ °æ¿ì ¿¡·¯ Tag 2 ¿ÀÁî_LMK 2022-07-06 1,129
90 ±â¼úÁ¤º¸ ¿ÀÁî¼­¹ö Á¤½Ä¶óÀ̼±½º ¿äû½Ã REQUEST-URI È®ÀÎ ¹æ¹ý Tag 1 ¿ÀÁî_LMK 2022-05-26 800
89 ±â¼úÁ¤º¸ DB¿¬°á ¹æ¹ý - ¿ÀÁî ¼­¹ö Tag 1 ¿ÀÁî_LMK 2022-05-26 1,342
88 ±â¼úÁ¤º¸ DB¿¬°á ¹æ¹ý - Äõ¸®µðÀÚÀ̳Ê, ¸®Æ÷Æ®µðÀÚÀ̳Ê(jdbcµå¶óÀ̹ö ¼³Á¤ µî) Tag 1 ¿ÀÁî_LMK 2022-05-25 1,708
±â¼úÁ¤º¸ [OZ HTML5ºä¾î] ¸ÖƼº¸°í¼­ È£Ãâ ¿¹Á¦ Tag 2 ¿ÀÁî_LMK 2021-02-16 4,688
86 ¹®Á¦ÇØ°á µðÀÚÀÌ³Ê ½ÇÇà ½Ã Loading JVM failed ¿À·ù ¹ß»ýµÇ¸ç ´å³ÝÀ¸·Î ½ÇÇàµÉ ¶§ Á¶Ä¡ ¹æ¹ý Tag 2 ¿ÀÁî_CSH 2020-02-27 1,663
85 ±â¼úÁ¤º¸ Chrome 77¹öÀüÀ¸·Î ¾÷µ¥ÀÌÆ® ÈÄ OZHtml5 ºä¾î ÀμââÀÌ ¶ßÁö ¾ÊÀ» ¶§ Á¶Ä¡ ¹æ¹ý ¿ÀÁî_CSH 2019-09-19 2,955
84 ¹®Á¦ÇØ°á exeºä¾î(custom uri ¹æ½Ä)¿¡¼­ ±¸ºÐÀÚ¸¦ ^·Î ÁÖ¸é º¸°í¼­ Ãâ·ÂÀÌ ¾ÈµÇ´Â Çö»ó Tag 2 ¿ÀÁî_LMK 2019-05-30 1,585
83 ¹®Á¦ÇØ°á ¸®Æ÷Æ® µðÀÚÀ̳ʰ¡ ´À¸° Çö»óÀÌ ¹ß»ýÇϸé ÃֽŠÆÐÄ¡·Î ÇØ°áµË´Ï´Ù. ¿ÀÁî_LMK 2019-05-13 2,075
82 ±â¼úÁ¤º¸ OZ ActiveX ºä¾î - 52¹öÀüºÎÅÍ Firefox ºê¶ó¿ìÀú Áö¿ø Áß´Ü ¿ÀÁî_CSH 2017-03-28 3,193
81 ±â¼úÁ¤º¸ OZ Applet ºä¾î - 52¹öÀüºÎÅÍ Firefox ºê¶ó¿ìÀú Áö¿ø Áß´Ü ¿ÀÁî_CSH 2017-03-28 2,016
80 ¹®Á¦ÇØ°á 2015³â 12¿ùºÎÅÍ ¹ß»ýÇÑ Å©·Ò, ¿ÀÆä¶ó ºê¶ó¿ìÀú¿¡¼­ Flash/HTML5ºä¾î Àμâ Àå¾Ö °Ç ´ëºÎºÐ ÇØ°á ¿ÀÁî_CSH 2016-03-16 3,976
79 ¹®Á¦ÇØ°á Flash Player(21,0,0,182¹öÀü) Windows 8/10 IE¿¡¼­ Àμâ Ãà¼Ò ¹®Á¦°¡ ÇØ°á ¿ÀÁî_CSH 2016-03-11 2,805
78 ±â¼úÁ¤º¸ ÀÎÅÍ³Ý ÀͽºÇ÷η¯¿¡¼­ OZ ActiveX ºä¾î È£Ãâ ¹æ¹ý ¿ÀÁî_CSH 2016-03-11 5,386
77 ±â¼úÁ¤º¸ [6.0] Ç¥½ÃÇü½ÄÀ¸·Î ¿ù, ¿äÀÏ, ¿ÀÀü, ¿ÀÈĸ¦ ¿µ¹®À¸·Î Ç¥±âÇÏ´Â ¹æ¹ý ¿ÀÁî_CSH 2016-02-29 2,686
76 ¹®Á¦ÇØ°á Flash Player(20.0.0.306 ¹öÀü) Windows 8/10 IE¿¡¼­ Àμâ Ãà¼Ò ¿ÀÁî_CSH 2016-02-24 2,965
75 ¹®Á¦ÇØ°á Flash Player(20.0.0.306 ¹öÀü) ¿¡¼­ ¸¼Àº °íµñ ÆùÆ®(bold ¼Ó¼º)°¡ Á¦´ë·Î ÀνĵÇÁö ¾ÊÀ½ ¿ÀÁî_CSH 2016-02-23 3,408
 | 1 | 2 | 3 | 4 | 5 |  
copyright 2007-2024 by FORCS OZ