123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>도로명주소등록관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <zipcodelist/>
- <search>
- <condition>naddress</condition>
- <term/>
- <area/>
- <detterm/>
- </search>
- </main>
- <send>
- <zipcodelist>
- <zipcdhead/>
- <zipcdfoot/>
- <seqno/>
- <builno/>
- <city/>
- <citycntyarea/>
- <blok/>
- <mile/>
- <isds/>
- <sanaddrno/>
- <apt/>
- <address/>
- <newaddress/>
- <sangubun/>
- <mainaddrno/>
- <subaddrno/>
- <stcode/>
- <stname/>
- <builmaincode/>
- <builsubcode/>
- <builname/>
- <detbuilname/>
- </zipcodelist>
- <searchcondition/>
- <searchterm/>
- <level/>
- <searcharea/>
- <searchdetterm/>
- <zipcodelistold/>
- </send>
- <hidden/>
- </root>
- </instance>
- <submission id="TRZBP00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/zipcodelist"/>
- <submission id="TXZBP00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/main/search/area","대구");
- model.setFocus("ipt_searchterm");
- model.setValue("/root/main/search/condition", "naddress");
- model.refresh();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="573" guideline="1,829;2,554;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:776px; height:515px; ">
- <group id="group2" style="left:1px; top:0px; width:775px; height:280px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:775px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">검색조건 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:705px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var condition = model.getValue("/root/main/search/condition");
- var term = model.getValue("/root/main/search/term");
- var area = model.getValue("/root/main/search/area");
- var detterm = model.getValue("/root/main/search/detterm");
-
- if( condition!=null && term!=null && term!=""){
- model.setValue("/root/main/search/condition", condition);
- model.setValue("/root/main/search/term", term);
- model.setValue("/root/send/searchcondition", condition);
- model.setValue("/root/send/searchterm", term);
- model.setValue("/root/send/searcharea", area);
- model.setValue("/root/send/searchdetterm", detterm);
- model.setFocus("grd_zipcodelist");
- submit("TRZBP00104");
- }else{
- alert("검색어를 입력하세요.");
- return;
- }
-
- var rows = grd_zipcodelist.rows;
- if(rows>1){
- grd_zipcodelist.row = 1;
- //model.setFocus("grd_zipcodelist");
- }
- model.resetInstanceNode("/root/send/zipcodelist");
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" style="x1:689px; y1:7px; x2:689px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select1 id="combo1" ref="/root/main/search/condition" class="combo_search" visibility="hidden" appearance="minimal" style="left:124px; top:8px; width:105px; height:19px; ">
- <choices>
- <item>
- <label>우편번호</label>
- <value>zipcode</value>
- </item>
- <item>
- <label>주소</label>
- <value>address</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_searchterm" ref="/root/main/search/term" class="input_s_essential" navindex="1" imemode="hangul" style="left:124px; top:30px; width:220px; height:19px; "/>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- <caption id="caption3" class="search_name" style="left:370px; top:8px; width:99px; height:17px; ">지역 :</caption>
- <select1 id="combo2" ref="/root/main/search/area" class="combo_search" navindex="4" appearance="minimal" style="left:485px; top:8px; width:135px; height:19px; ">
- <choices>
- <item>
- <label>대구</label>
- <value>대구</value>
- </item>
- <item>
- <label>경북</label>
- <value>경북</value>
- </item>
- <item>
- <label>서울</label>
- <value>서울</value>
- </item>
- <item>
- <label>경기</label>
- <value>경기</value>
- </item>
- <item>
- <label>경남</label>
- <value>경남</value>
- </item>
- <item>
- <label>부산</label>
- <value>부산</value>
- </item>
- <item>
- <label>울산</label>
- <value>울산</value>
- </item>
- <item>
- <label>인천</label>
- <value>인천</value>
- </item>
- <item>
- <label>강원</label>
- <value>강원</value>
- </item>
- <item>
- <label>대전</label>
- <value>대전</value>
- </item>
- <item>
- <label>광주</label>
- <value>광주</value>
- </item>
- <item>
- <label>충북</label>
- <value>충북</value>
- </item>
- <item>
- <label>충남</label>
- <value>충남</value>
- </item>
- <item>
- <label>전북</label>
- <value>전북</value>
- </item>
- <item>
- <label>전남</label>
- <value>전남</value>
- </item>
- <item>
- <label>제주</label>
- <value>제주</value>
- </item>
- <item>
- <label>전체</label>
- <value/>
- </item>
- </choices>
- </select1>
- <select1 id="radio1" ref="/root/main/search/condition" navindex="3" appearance="full" cellspacing="8" cols="3" overflow="visible" style="left:125px; top:10px; width:235px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>우편번호</label>
- <value>zipcode</value>
- </item>
- <item>
- <label>도로명주소</label>
- <value>naddress</value>
- </item>
- <item>
- <label>지번주소</label>
- <value>oaddress</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_searchterm.value="";
- ipt_searchdetterm.value="";
- model.setFocus("ipt_searchterm");
-
- if(model.getValue("/root/main/search/condition")=="zipcode"){
- caption5.value = "우편번호 :";
- caption6.visible = false;
- ipt_searchdetterm.visible = false;
-
-
- }else{
- caption5.value = "동/읍/면/로";
- caption6.visible = true;
- ipt_searchdetterm.visible = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:15px; top:30px; width:97px; height:17px; ">동/읍/면/로</caption>
- <input id="ipt_searchdetterm" ref="/root/main/search/detterm" class="input_search" navindex="2" imemode="hangul" style="left:485px; top:30px; width:200px; height:19px; "/>
- <caption id="caption6" class="search_name" style="left:370px; top:30px; width:116px; height:17px; ">리/번지/건물명</caption>
- <shape id="rectangle1" appearance="roundrect" style="left:0px; top:85px; width:775px; height:85px; "/>
- <caption id="caption7" class="search_name" style="left:10px; top:95px; width:100px; height:17px; ">우편번호 :</caption>
- <input id="input1" ref="/root/send/zipcodelist/zipcdhead" style="left:100px; top:95px; width:45px; height:19px; "/>
- <caption id="caption8" style="left:145px; top:91px; width:10px; height:20px; font-size:16pt; font-weight:bold; ">-</caption>
- <input id="input2" ref="/root/send/zipcodelist/zipcdfoot" style="left:155px; top:95px; width:45px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:210px; top:95px; width:100px; height:17px; ">시 / 도 :</caption>
- <input id="input4" ref="/root/send/zipcodelist/city" style="left:280px; top:95px; width:75px; height:19px; "/>
- <caption id="caption11" class="search_name" style="left:360px; top:95px; width:70px; height:17px; ">군 / 구 :</caption>
- <input id="input5" ref="/root/send/zipcodelist/citycntyarea" style="left:430px; top:95px; width:75px; height:19px; "/>
- <caption id="caption12" class="search_name" style="left:510px; top:95px; width:72px; height:17px; ">읍면동 :</caption>
- <input id="input6" ref="/root/send/zipcodelist/blok" style="left:580px; top:95px; width:80px; height:19px; "/>
- <input id="input7" ref="/root/send/zipcodelist/mile" style="left:55px; top:120px; width:50px; height:19px; "/>
- <caption id="caption13" class="search_name" style="left:10px; top:120px; width:45px; height:17px; ">리 :</caption>
- <caption id="caption14" class="search_name" style="left:110px; top:120px; width:65px; height:17px; ">도서 :</caption>
- <input id="input8" ref="/root/send/zipcodelist/isds" style="left:170px; top:120px; width:50px; height:19px; "/>
- <caption id="caption15" class="search_name" style="left:230px; top:120px; width:75px; height:17px; ">산번지 :</caption>
- <input id="input9" ref="/root/send/zipcodelist/sanaddrno" style="left:305px; top:120px; width:70px; height:19px; "/>
- <caption id="caption16" class="search_name" style="left:380px; top:120px; width:120px; height:17px; ">아파트/건물명 :</caption>
- <input id="input10" ref="/root/send/zipcodelist/apt" style="left:495px; top:120px; width:75px; height:19px; "/>
- <caption id="caption17" class="search_name" style="left:10px; top:145px; width:132px; height:17px; ">전체주소(구주소) :</caption>
- <input id="input11" ref="/root/send/zipcodelist/address" style="left:140px; top:145px; width:390px; height:19px; "/>
- <caption id="caption19" class="search_name" style="left:580px; top:120px; width:72px; height:17px; ">지번 :</caption>
- <input id="input13" ref="/root/send/zipcodelist/mainaddrno" style="left:640px; top:120px; width:55px; height:19px; "/>
- <input id="input14" ref="/root/send/zipcodelist/subaddrno" style="left:705px; top:120px; width:45px; height:19px; "/>
- <caption id="caption20" style="left:695px; top:115px; width:10px; height:20px; font-size:16pt; font-weight:bold; ">-</caption>
- <caption id="caption23" class="tit_2" style="left:5px; top:65px; width:100px; height:20px; ">수정 및 신규</caption>
- <caption id="caption28" class="search_name" visibility="hidden" style="left:545px; top:145px; width:74px; height:17px; ">산여부 :</caption>
- <select1 id="combo3" ref="/root/send/zipcodelist/sangubun" visibility="hidden" appearance="minimal" style="left:620px; top:145px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>combo3</label>
- <value>combo3</value>
- </item>
- </choices>
- </select1>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:175px; width:775px; height:100px; "/>
- <input id="input20" ref="/root/send/zipcodelist/detbuilname" style="left:600px; top:250px; width:100px; height:19px; "/>
- <caption id="caption21" class="search_name" style="left:10px; top:225px; width:95px; height:17px; ">도로명코드 :</caption>
- <caption id="caption22" class="search_name" style="left:235px; top:225px; width:95px; height:17px; ">도로명 :</caption>
- <input id="input12" ref="/root/send/zipcodelist/newaddress" style="left:155px; top:203px; width:380px; height:19px; "/>
- <caption id="caption24" class="search_name" style="left:10px; top:250px; width:90px; height:17px; ">건물본번 :</caption>
- <caption id="caption25" class="search_name" style="left:170px; top:250px; width:90px; height:17px; ">건물부번 :</caption>
- <input id="input15" ref="/root/send/zipcodelist/stcode" style="left:110px; top:225px; width:100px; height:19px; background-color:#ccffff; "/>
- <caption id="caption26" class="search_name" style="left:330px; top:250px; width:90px; height:17px; ">건물명 :</caption>
- <input id="input16" ref="/root/send/zipcodelist/stname" style="left:310px; top:225px; width:100px; height:19px; background-color:#ccffff; "/>
- <caption id="caption27" class="search_name" style="left:515px; top:250px; width:90px; height:17px; ">건물부명 :</caption>
- <input id="input17" ref="/root/send/zipcodelist/builmaincode" style="left:95px; top:250px; width:65px; height:19px; "/>
- <input id="input18" ref="/root/send/zipcodelist/builsubcode" style="left:255px; top:250px; width:65px; height:19px; "/>
- <input id="input3" ref="/root/send/zipcodelist/builno" style="left:115px; top:180px; width:270px; height:19px; background-color:#ccffff; "/>
- <input id="input19" ref="/root/send/zipcodelist/builname" style="left:405px; top:250px; width:100px; height:19px; "/>
- <caption id="caption18" class="search_name" style="left:10px; top:203px; width:142px; height:17px; ">도로명주소(신주소) :</caption>
- <caption id="caption9" class="search_name" style="left:10px; top:180px; width:100px; height:17px; ">새주소코드 :</caption>
- <button id="button1" class="btn4_letter2" style="left:645px; top:60px; width:56px; height:22px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/send/zipcodelistold");
- if ( model.getValue("/root/send/zipcodelist/builno") == "" || model.getValue("/root/send/zipcodelist/stcode") == "" || model.getValue("/root/send/zipcodelist/stname") == "" ) {
- messageBox("새주소코드, 도로명코드, 도로명은 필수입력입니다.", "E");
- return;
- } else {
- if (submit("TXZBP00105")) {
- messageBox("저장되었습니다", "I");
- }
- }
- model.refresh();
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:705px; top:60px; width:56px; height:22px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( model.getValue("/root/send/zipcodelist/builno") == "" || model.getValue("/root/send/zipcodelist/stcode") == "" || model.getValue("/root/send/zipcodelist/stname") == "" ) {
- messageBox("새주소코드, 도로명코드, 도로명은 필수입력입니다.", "E");
- return;
- } else {
- if (submit("TXZBP00105")) {
- messageBox("저장되었습니다", "I");
- }
- }
- model.removenode("/root/send/zipcodelistold");
- model.resetInstanceNode("/root/send/zipcodelist");
- model.refresh();
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption1" class="tit_2" style="left:0px; top:311px; width:118px; height:13px; ">우편번호 목록</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:325px; x2:775px; y2:325px; "/>
- <datagrid id="grd_zipcodelist" nodeset="/root/main/zipcodelist/zipcode" caption="번호^우편번호^우편번호앞번호^우편번호뒷번호^일련번호^builno^도로명주소^지번주소^입력주소" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 317, 317, 100, 100" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:330px; width:775px; height:180px; ">
- <col ref="serialnum" visibility="hidden"/>
- <col ref="zipcode"/>
- <col ref="zipcdhead" visibility="hidden"/>
- <col ref="zipcdfoot" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="builno" visibility="hidden"/>
- <col ref="addressnew"/>
- <col ref="addressold"/>
- <col ref="prunningaddress" visibility="hidden"/>
- <col ref="prunningaddressnew" visibility="hidden"/>
- <col ref="city" visibility="hidden"/>
- <col ref="citycntyarea" visibility="hidden"/>
- <col ref="blok" visibility="hidden"/>
- <col ref="mile" visibility="hidden"/>
- <col ref="isds" visibility="hidden"/>
- <col ref="sanaddrno" visibility="hidden"/>
- <col ref="apt" visibility="hidden"/>
- <col ref="address" visibility="hidden"/>
- <col ref="newaddress" visibility="hidden"/>
- <col ref="sangubun" visibility="hidden"/>
- <col ref="mainaddrno" visibility="hidden"/>
- <col ref="subaddrno" visibility="hidden"/>
- <col ref="stcode" visibility="hidden"/>
- <col ref="stname" visibility="hidden"/>
- <col ref="builmaincdoe" visibility="hidden"/>
- <col ref="builsubcode" visibility="hidden"/>
- <col ref="builname" visibility="hidden"/>
- <col ref="detbuilname" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (isDataCell()) {
- var row = grd_zipcodelist.row;
- model.copyNode("/root/send/zipcodelist", "/root/main/zipcodelist/zipcode[" + row + "]");
- model.makeNode("/root/send/zipcodelistold/old_zipcdhead");
- model.makeNode("/root/send/zipcodelistold/old_zipcdfoot");
- model.makeNode("/root/send/zipcodelistold/old_seqno");
- model.makeNode("/root/send/zipcodelistold/old_builno");
- model.makeNode("/root/send/zipcodelistold/old_city");
- model.makeNode("/root/send/zipcodelistold/old_citycntyarea");
- model.makeNode("/root/send/zipcodelistold/old_blok");
- model.makeNode("/root/send/zipcodelistold/old_mile");
- model.makeNode("/root/send/zipcodelistold/old_isds");
- model.makeNode("/root/send/zipcodelistold/old_sanaddrno");
- model.makeNode("/root/send/zipcodelistold/old_apt");
- model.makeNode("/root/send/zipcodelistold/old_address");
- model.makeNode("/root/send/zipcodelistold/old_newaddress");
- model.makeNode("/root/send/zipcodelistold/old_sangubun");
- model.makeNode("/root/send/zipcodelistold/old_mainaddrno");
- model.makeNode("/root/send/zipcodelistold/old_subaddrno");
- model.makeNode("/root/send/zipcodelistold/old_stcode");
- model.makeNode("/root/send/zipcodelistold/old_stname");
- model.makeNode("/root/send/zipcodelistold/old_builmaincode");
- model.makeNode("/root/send/zipcodelistold/old_builsubcode");
- model.makeNode("/root/send/zipcodelistold/old_builname");
- model.makeNode("/root/send/zipcodelistold/old_detbuilname");
- model.setValue("/root/send/zipcodelistold/old_zipcdhead", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/zipcdhead"));
- model.setValue("/root/send/zipcodelistold/old_zipcdfoot", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/zipcdfoot"));
- model.setValue("/root/send/zipcodelistold/old_seqno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/seqno"));
- model.setValue("/root/send/zipcodelistold/old_builno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builno"));
- model.setValue("/root/send/zipcodelistold/old_city", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/city"));
- model.setValue("/root/send/zipcodelistold/old_citycntyarea", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/citycntyarea"));
- model.setValue("/root/send/zipcodelistold/old_blok", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/blok"));
- model.setValue("/root/send/zipcodelistold/old_mile", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/mile"));
- model.setValue("/root/send/zipcodelistold/old_isds", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/isds"));
- model.setValue("/root/send/zipcodelistold/old_sanaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/sanaddrno"));
- model.setValue("/root/send/zipcodelistold/old_apt", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/apt"));
- model.setValue("/root/send/zipcodelistold/old_address", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/address"));
- model.setValue("/root/send/zipcodelistold/old_newaddress", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/newaddress"));
- model.setValue("/root/send/zipcodelistold/old_sangubun", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/sangubun"));
- model.setValue("/root/send/zipcodelistold/old_mainaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/mainaddrno"));
- model.setValue("/root/send/zipcodelistold/old_subaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/subaddrno"));
- model.setValue("/root/send/zipcodelistold/old_stcode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/stcode"));
- model.setValue("/root/send/zipcodelistold/old_stname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/stname"));
- model.setValue("/root/send/zipcodelistold/old_builmaincode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builmaincode"));
- model.setValue("/root/send/zipcodelistold/old_builsubcode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builsubcode"));
- model.setValue("/root/send/zipcodelistold/old_builname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builname"));
- model.setValue("/root/send/zipcodelistold/old_detbuilname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/detbuilname"));
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <caption id="caption4" style="left:305px; top:305px; width:462px; height:20px; color:#ff0000; ">우편번호 또는 리/번지/건물명 검색 시 띄워쓰기 검색이 가능합니다.(예: 500 메트로 )</caption>
- <button id="button3" class="btn3_letter3" style="left:100px; top:60px; width:68px; height:22px; ">
- <caption>도움말</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- getHelpPage();
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:5px; top:520px; width:775px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:705px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|