<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 52 | 21년 전 | 2697 | ||
| 51 |
prosper
|
21년 전 | 2342 | |
| 50 |
prosper
|
21년 전 | 2160 | |
| 49 | 21년 전 | 2172 | ||
| 48 | 21년 전 | 2303 | ||
| 47 | 21년 전 | 1924 | ||
| 46 | 21년 전 | 1935 | ||
| 45 | 21년 전 | 2136 | ||
| 44 | 21년 전 | 2394 | ||
| 43 | 21년 전 | 4589 | ||
| 42 |
prosper
|
21년 전 | 2715 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2141 | ||
| 38 | 21년 전 | 2413 | ||
| 37 | 21년 전 | 2560 | ||
| 36 | 21년 전 | 1768 | ||
| 35 | 21년 전 | 4077 | ||
| 34 | 21년 전 | 3848 | ||
| 33 | 21년 전 | 2972 | ||
| 32 |
prosper
|
21년 전 | 2875 | |
| 31 | 21년 전 | 5241 | ||
| 30 |
아우겐나이스
|
21년 전 | 4015 | |
| 29 |
아우겐나이스
|
21년 전 | 4422 | |
| 28 |
아우겐나이스
|
21년 전 | 3445 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기