<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개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4060 | |
| 29 |
아우겐나이스
|
21년 전 | 4447 | |
| 28 |
아우겐나이스
|
21년 전 | 3472 | |
| 27 | 21년 전 | 5846 | ||
| 26 | 21년 전 | 3129 | ||
| 25 | 21년 전 | 6096 | ||
| 24 | 18년 전 | 3658 | ||
| 23 | 21년 전 | 3648 | ||
| 22 | 21년 전 | 4253 | ||
| 21 | 21년 전 | 3824 | ||
| 20 | 21년 전 | 4237 | ||
| 19 | 21년 전 | 6691 | ||
| 18 | 21년 전 | 4740 | ||
| 17 | 21년 전 | 7000 | ||
| 16 | 21년 전 | 4181 | ||
| 15 | 21년 전 | 2647 | ||
| 14 | 21년 전 | 4983 | ||
| 13 | 21년 전 | 3406 | ||
| 12 |
Recluse
|
21년 전 | 3892 | |
| 11 |
아우겐나이스
|
21년 전 | 3577 | |
| 10 |
Recluse
|
21년 전 | 3404 | |
| 9 | 21년 전 | 4014 | ||
| 8 | 21년 전 | 5186 | ||
| 7 | 21년 전 | 4772 | ||
| 6 | 21년 전 | 5700 | ||
| 5 | 21년 전 | 4126 | ||
| 4 | 21년 전 | 4856 | ||
| 3 | 21년 전 | 4755 | ||
| 2 | 21년 전 | 3255 | ||
| 1 | 22년 전 | 4346 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기