<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6077 | 9년 전 | 201 | ||
| 6076 |
PlayPixel
|
9년 전 | 221 | |
| 6075 | 9년 전 | 217 | ||
| 6074 | 9년 전 | 269 | ||
| 6073 |
|
9년 전 | 234 | |
| 6072 |
|
9년 전 | 395 | |
| 6071 | 9년 전 | 310 | ||
| 6070 |
|
9년 전 | 352 | |
| 6069 | 9년 전 | 323 | ||
| 6068 |
|
9년 전 | 263 | |
| 6067 | 9년 전 | 275 | ||
| 6066 |
|
9년 전 | 403 | |
| 6065 |
PASKRAN
|
9년 전 | 286 | |
| 6064 | 9년 전 | 317 | ||
| 6063 |
kiplayer
|
9년 전 | 393 | |
| 6062 |
|
9년 전 | 349 | |
| 6061 | 9년 전 | 291 | ||
| 6060 |
|
9년 전 | 351 | |
| 6059 |
|
9년 전 | 300 | |
| 6058 |
|
9년 전 | 290 | |
| 6057 | 9년 전 | 333 | ||
| 6056 |
|
9년 전 | 270 | |
| 6055 |
|
9년 전 | 327 | |
| 6054 |
|
9년 전 | 308 | |
| 6053 |
snshero
|
9년 전 | 666 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기