<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5602 |
잘살아보자
|
11년 전 | 3059 | |
| 5601 |
잘살아보자
|
11년 전 | 2393 | |
| 5600 |
잘살아보자
|
11년 전 | 5719 | |
| 5599 |
잘살아보자
|
11년 전 | 3370 | |
| 5598 |
잘살아보자
|
11년 전 | 1808 | |
| 5597 |
잘살아보자
|
11년 전 | 2071 | |
| 5596 |
잘살아보자
|
11년 전 | 1330 | |
| 5595 |
잘살아보자
|
11년 전 | 1288 | |
| 5594 |
잘살아보자
|
11년 전 | 1445 | |
| 5593 | 11년 전 | 2490 | ||
| 5592 |
잘살아보자
|
11년 전 | 2311 | |
| 5591 |
잘살아보자
|
11년 전 | 2323 | |
| 5590 |
잘살아보자
|
11년 전 | 2411 | |
| 5589 |
잘살아보자
|
11년 전 | 1395 | |
| 5588 |
잘살아보자
|
11년 전 | 1874 | |
| 5587 |
잘살아보자
|
11년 전 | 1211 | |
| 5586 |
잘살아보자
|
11년 전 | 1020 | |
| 5585 | 11년 전 | 3555 | ||
| 5584 | 11년 전 | 1161 | ||
| 5583 | 11년 전 | 2398 | ||
| 5582 | 11년 전 | 1433 | ||
| 5581 | 11년 전 | 2846 | ||
| 5580 | 11년 전 | 1713 | ||
| 5579 | 11년 전 | 1683 | ||
| 5578 | 11년 전 | 1247 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기