<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5552 |
잘살아보자
|
11년 전 | 2646 | |
| 5551 |
잘살아보자
|
11년 전 | 2224 | |
| 5550 |
잘살아보자
|
11년 전 | 1122 | |
| 5549 |
잘살아보자
|
11년 전 | 1597 | |
| 5548 |
잘살아보자
|
11년 전 | 1168 | |
| 5547 | 11년 전 | 1146 | ||
| 5546 |
잘살아보자
|
11년 전 | 1278 | |
| 5545 |
잘살아보자
|
11년 전 | 1839 | |
| 5544 | 11년 전 | 882 | ||
| 5543 | 11년 전 | 2136 | ||
| 5542 | 11년 전 | 975 | ||
| 5541 | 11년 전 | 1650 | ||
| 5540 |
잘살아보자
|
11년 전 | 1020 | |
| 5539 | 11년 전 | 1516 | ||
| 5538 | 11년 전 | 2612 | ||
| 5537 |
잘살아보자
|
11년 전 | 2247 | |
| 5536 | 11년 전 | 2283 | ||
| 5535 | 11년 전 | 3512 | ||
| 5534 |
돌아온깡통
|
11년 전 | 1065 | |
| 5533 |
돌아온깡통
|
11년 전 | 975 | |
| 5532 |
돌아온깡통
|
11년 전 | 859 | |
| 5531 |
돌아온깡통
|
11년 전 | 984 | |
| 5530 |
돌아온깡통
|
11년 전 | 762 | |
| 5529 |
돌아온깡통
|
11년 전 | 598 | |
| 5528 |
돌아온깡통
|
11년 전 | 985 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기