123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>°øÁö»çÇ×</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <userinfo>
- <systemkind/>
- <userinstcd/>
- <jobkindcd/>
- </userinfo>
- </send>
- <main>
- <noticeinfo>
- <ds_noticeList>
- <genrno/>
- <genrdd/>
- <seqno/>
- <histstat/>
- <delyn/>
- <systemkind/>
- <userinstcd/>
- <jobkindcd/>
- <ntcsubject/>
- <ntccnts/>
- <ntccnttype/>
- <fromdd/>
- <todd/>
- <hitcount/>
- <bottomflag/>
- <bottomcolor/>
- <bottomsize/>
- <fstrgstdt/>
- </ds_noticeList>
- </noticeinfo>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var width = model.getValue("/root/main/noticeinfo/ds_noticeList/width");
- var height = model.getValue("/root/main/noticeinfo/ds_noticeList/height");
-
- width = parseInt(width);
- height = parseInt(height);
-
- var width1 = width - 60;
- var height1 = height - 90;
- object1.Width = width1;
- object1.Height = height1;
-
- btn_close.attribute("left") = width - 110;
- btn_close.attribute("top") = height - 80;
-
- window.setSize(width - 10, height);
-
- object1.Navigate("about:blank","" ,"_self", "", "");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript">
- <![CDATA[
- var chk;
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body scroll="none" pagewidth="710" pageheight="900" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <object id="object1" clsid="{8856f961-340a-11d0-a96b-00c04fd705a2}" AddressBar="false" Height="400" MenuBar="false" StatusBar="false" Resizable="true" style="left:8px; top:8px; width:710px; height:867px; ">
- <script type="javascript" ev:event="TitleChange(Text)">
- <![CDATA[
- if( chk != Text ) {
- chk = Text;
-
- if( Text == "about:blank" ) {
- var doc = object1.Document;
- var objDom = doc.body;
- objDom.innerHTML = model.getValue("/root/main/noticeinfo/ds_noticeList/ntccnts");
-
- window.activate();
- }
- }
- ]]>
- </script>
- </object>
- <button id="btn_close" class="btn3_letter2" style="left:654px; top:878px; width:56px; height:22px; ">
- <caption>´Ý±â</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|