외부 문서 불러오기 입니다.

· 10년 전 · 1135

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script>
var please_wait = null;

function open_url(url, target) {
    if ( ! document.getElementById) {
          return false;
    }

    if (please_wait != null) {
          document.getElementById(target).innerHTML = please_wait;
    }

    if (window.ActiveXObject) {
          link = new ActiveXObject("Microsoft.XMLHTTP");
    } else if (window.XMLHttpRequest) {
          link = new XMLHttpRequest();
    }

    if (link == undefined) {
          return false;
    }
    link.onreadystatechange = function() { response(url, target); }
    link.open("GET", url, true);
    link.send(null);
}

function response(url, target) {
    if (link.readyState == 4) {
         document.getElementById(target).innerHTML = (link.status == 200) ? link.responseText : "링크가 정확하지 않습니다. 에러코드: " + link.status;
    }
}

function set_loading_message(msg) {
    please_wait = msg;
}

</script>
</head>
<body>

<table>
<tr>
<td valign=top width=150>
<H5>외부문서 불러오기</H5>
<a href="javascript:void(0)" onclick="open_url('http://www.blueb.co.kr/rss_xml.php?table=community_QNA','my_site_content');">Go to page 1</a><br>
<a href="javascript:void(0)" onclick="open_url('http://www.blueb.co.kr/rss_xml.php?table=community_tipntech','my_site_content');">Go to page 2</a><br>
<a href="javascript:void(0)" onclick="open_url('http://www.blueb.co.kr/rss_xml.php?table=JS_50','my_site_content');">Go to page 3</a><br>
<a href="javascript:void(0)" onclick="open_url('http://www.blueb.co.kr/rss_xml.php?table=JS_02','my_site_content');">Go to page 4</a><br>
<a href="javascript:void(0)" onclick="open_url('링크없다.html','my_site_content');">Broken Link</a><br>
</td>
<td valign=top>
<div id="my_site_content">
</div>
</td>
</tr>
</table> 

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,505
10년 전 조회 1,311
10년 전 조회 1,330
10년 전 조회 1,429
10년 전 조회 1,354
10년 전 조회 1,372
10년 전 조회 1,288
10년 전 조회 1,707
10년 전 조회 1,746
10년 전 조회 1,719
10년 전 조회 1,659
10년 전 조회 1,450
10년 전 조회 1,590
10년 전 조회 1,733
10년 전 조회 1,421
10년 전 조회 1,728
10년 전 조회 1,702
10년 전 조회 2,081
10년 전 조회 1,681
10년 전 조회 1,899
10년 전 조회 1,534
10년 전 조회 1,652
10년 전 조회 1,380
10년 전 조회 1,430
10년 전 조회 1,504
10년 전 조회 1,500
10년 전 조회 1,636
10년 전 조회 1,408
10년 전 조회 1,438
10년 전 조회 1,398
10년 전 조회 1,354
10년 전 조회 1,419
10년 전 조회 1,242
10년 전 조회 1,297
10년 전 조회 1,205
10년 전 조회 1,347
10년 전 조회 1,300
10년 전 조회 1,771
10년 전 조회 1,249
10년 전 조회 1,214
10년 전 조회 1,461
10년 전 조회 1,273
10년 전 조회 1,239
10년 전 조회 1,249
10년 전 조회 1,195
10년 전 조회 1,116
10년 전 조회 1,117
10년 전 조회 1,211
10년 전 조회 1,216
10년 전 조회 1,136
10년 전 조회 1,029
10년 전 조회 1,118
10년 전 조회 1,092
10년 전 조회 1,114
10년 전 조회 1,165
10년 전 조회 1,162
10년 전 조회 1,101
10년 전 조회 1,117
10년 전 조회 1,167
10년 전 조회 1,130
10년 전 조회 1,201
10년 전 조회 1,139
10년 전 조회 1,073
10년 전 조회 1,054
10년 전 조회 1,066
10년 전 조회 1,054
10년 전 조회 1,084
10년 전 조회 1,108
10년 전 조회 1,062
10년 전 조회 1,136
10년 전 조회 1,064
10년 전 조회 1,178
10년 전 조회 1,250
10년 전 조회 1,218
10년 전 조회 1,161
10년 전 조회 1,085
10년 전 조회 1,200
10년 전 조회 1,106
10년 전 조회 1,145
10년 전 조회 1,088
10년 전 조회 1,067
10년 전 조회 1,068
10년 전 조회 1,091
10년 전 조회 1,189
10년 전 조회 1,135
10년 전 조회 1,222
10년 전 조회 1,104
10년 전 조회 1,133
10년 전 조회 1,124
10년 전 조회 1,182
10년 전 조회 1,277
10년 전 조회 1,357
10년 전 조회 1,152
10년 전 조회 1,226
10년 전 조회 1,106
10년 전 조회 1,029
10년 전 조회 1,082
10년 전 조회 1,220
10년 전 조회 1,105
10년 전 조회 1,123