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

· 10년 전 · 943

<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,210
9년 전 조회 1,070
9년 전 조회 1,090
9년 전 조회 1,148
9년 전 조회 1,107
9년 전 조회 1,116
9년 전 조회 1,050
10년 전 조회 1,432
10년 전 조회 1,512
10년 전 조회 1,469
10년 전 조회 1,394
10년 전 조회 1,203
10년 전 조회 1,338
10년 전 조회 1,479
10년 전 조회 1,163
10년 전 조회 1,515
10년 전 조회 1,450
10년 전 조회 1,815
10년 전 조회 1,440
10년 전 조회 1,644
10년 전 조회 1,270
10년 전 조회 1,427
10년 전 조회 1,135
10년 전 조회 1,176
10년 전 조회 1,269
10년 전 조회 1,257
10년 전 조회 1,370
10년 전 조회 1,199
10년 전 조회 1,209
10년 전 조회 1,175
10년 전 조회 1,123
10년 전 조회 1,200
10년 전 조회 1,051
10년 전 조회 1,086
10년 전 조회 997
10년 전 조회 1,119
10년 전 조회 1,083
10년 전 조회 1,549
10년 전 조회 1,033
10년 전 조회 999
10년 전 조회 1,247
10년 전 조회 1,068
10년 전 조회 1,027
10년 전 조회 1,044
10년 전 조회 1,012
10년 전 조회 953
10년 전 조회 917
10년 전 조회 981
10년 전 조회 1,011
10년 전 조회 944
10년 전 조회 869
10년 전 조회 938
10년 전 조회 900
10년 전 조회 938
10년 전 조회 977
10년 전 조회 985
10년 전 조회 923
10년 전 조회 934
10년 전 조회 996
10년 전 조회 984
10년 전 조회 1,036
10년 전 조회 970
10년 전 조회 907
10년 전 조회 887
10년 전 조회 908
10년 전 조회 873
10년 전 조회 909
10년 전 조회 940
10년 전 조회 890
10년 전 조회 943
10년 전 조회 903
10년 전 조회 991
10년 전 조회 1,099
10년 전 조회 1,047
10년 전 조회 1,001
10년 전 조회 923
10년 전 조회 1,022
10년 전 조회 933
10년 전 조회 967
10년 전 조회 928
10년 전 조회 910
10년 전 조회 900
10년 전 조회 929
10년 전 조회 1,015
10년 전 조회 960
10년 전 조회 1,045
10년 전 조회 930
10년 전 조회 960
10년 전 조회 949
10년 전 조회 999
10년 전 조회 1,136
10년 전 조회 1,162
10년 전 조회 965
10년 전 조회 1,036
10년 전 조회 938
10년 전 조회 866
10년 전 조회 921
10년 전 조회 1,045
10년 전 조회 943
10년 전 조회 950