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

· 10년 전 · 1070

<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> 

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

프로그램

+
제목 글쓴이 날짜 조회
9년 전 조회 1,420
9년 전 조회 1,253
9년 전 조회 1,249
9년 전 조회 1,325
9년 전 조회 1,274
9년 전 조회 1,295
9년 전 조회 1,210
10년 전 조회 1,620
10년 전 조회 1,674
10년 전 조회 1,628
10년 전 조회 1,577
10년 전 조회 1,369
10년 전 조회 1,499
10년 전 조회 1,653
10년 전 조회 1,342
10년 전 조회 1,653
10년 전 조회 1,621
10년 전 조회 1,990
10년 전 조회 1,602
10년 전 조회 1,818
10년 전 조회 1,445
10년 전 조회 1,567
10년 전 조회 1,307
10년 전 조회 1,344
10년 전 조회 1,423
10년 전 조회 1,416
10년 전 조회 1,551
10년 전 조회 1,336
10년 전 조회 1,370
10년 전 조회 1,322
10년 전 조회 1,288
10년 전 조회 1,335
10년 전 조회 1,177
10년 전 조회 1,227
10년 전 조회 1,142
10년 전 조회 1,261
10년 전 조회 1,230
10년 전 조회 1,705
10년 전 조회 1,178
10년 전 조회 1,143
10년 전 조회 1,388
10년 전 조회 1,198
10년 전 조회 1,169
10년 전 조회 1,176
10년 전 조회 1,135
10년 전 조회 1,067
10년 전 조회 1,048
10년 전 조회 1,125
10년 전 조회 1,143
10년 전 조회 1,071
10년 전 조회 981
10년 전 조회 1,058
10년 전 조회 1,024
10년 전 조회 1,066
10년 전 조회 1,095
10년 전 조회 1,095
10년 전 조회 1,039
10년 전 조회 1,049
10년 전 조회 1,109
10년 전 조회 1,061
10년 전 조회 1,137
10년 전 조회 1,085
10년 전 조회 1,020
10년 전 조회 986
10년 전 조회 1,018
10년 전 조회 974
10년 전 조회 1,018
10년 전 조회 1,050
10년 전 조회 1,000
10년 전 조회 1,059
10년 전 조회 1,022
10년 전 조회 1,099
10년 전 조회 1,194
10년 전 조회 1,149
10년 전 조회 1,101
10년 전 조회 1,026
10년 전 조회 1,128
10년 전 조회 1,060
10년 전 조회 1,087
10년 전 조회 1,033
10년 전 조회 1,021
10년 전 조회 1,014
10년 전 조회 1,042
10년 전 조회 1,148
10년 전 조회 1,076
10년 전 조회 1,161
10년 전 조회 1,030
10년 전 조회 1,061
10년 전 조회 1,050
10년 전 조회 1,120
10년 전 조회 1,210
10년 전 조회 1,284
10년 전 조회 1,084
10년 전 조회 1,148
10년 전 조회 1,053
10년 전 조회 984
10년 전 조회 1,023
10년 전 조회 1,156
10년 전 조회 1,047
10년 전 조회 1,056