<html>
<head>
<title>::: 노글스 :::</title>
</head>
<body>
<input type=button onClick=chk() value="chk">
결과
<script>
var sHttp = new ActiveXObject("Microsoft.xmlhttp");
function httpGet(szURL) {
sHttp.open("get",szURL,false);
sHttp.setRequestHeader( "Content-type:", "application/x-www-form-urlencoded");
sHttp.setRequestHeader("Content-Encoding:", "euc-kr");
sHttp.onreadystatechange = onRetriveComplete;
try{
sHttp.send("code=tnt2");
}
catch(e) {
return ("Not exist");
}
if (sHttp.status > 200) {
return("not exist<br>");
} else
return(sHttp.responseText);
}
function onRetriveComplete() {
sHttp.onreadystatechange = noop; //re-entrant gate
if (sHttp.readyState == 4) {
}
}
function noop() {
return false;
}
function chk() {
getData=httpGet("http://www.phpschool.com/bbs2/inc_board.html");
document.noglsForm.test.value=getData;
}
</script>
<form name=noglsForm>
<textarea name=test rows=200 cols=200></textarea>
</form>
</body>
</html>
댓글 1개
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5652 | 10년 전 | 1296 | ||
| 5651 |
멋진남자임
|
10년 전 | 1408 | |
| 5650 | 10년 전 | 3106 | ||
| 5649 | 10년 전 | 1497 | ||
| 5648 |
멋진남자임
|
10년 전 | 2008 | |
| 5647 | 10년 전 | 5000 | ||
| 5646 | 10년 전 | 1731 | ||
| 5645 |
멋진남자임
|
10년 전 | 1886 | |
| 5644 | 10년 전 | 1554 | ||
| 5643 |
|
10년 전 | 1675 | |
| 5642 | 10년 전 | 2361 | ||
| 5641 | 10년 전 | 1471 | ||
| 5640 | 10년 전 | 1459 | ||
| 5639 | 10년 전 | 2387 | ||
| 5638 |
|
10년 전 | 3213 | |
| 5637 | 10년 전 | 3809 | ||
| 5636 | 10년 전 | 2097 | ||
| 5635 | 10년 전 | 1450 | ||
| 5634 | 10년 전 | 3338 | ||
| 5633 |
CHAVO
|
10년 전 | 1038 | |
| 5632 | 10년 전 | 2444 | ||
| 5631 | 10년 전 | 3199 | ||
| 5630 | 10년 전 | 1224 | ||
| 5629 | 10년 전 | 1331 | ||
| 5628 | 10년 전 | 2548 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기