<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5627 |
멋진남자임
|
10년 전 | 1455 | |
| 5626 | 10년 전 | 3866 | ||
| 5625 |
멋진남자임
|
10년 전 | 1525 | |
| 5624 | 11년 전 | 2096 | ||
| 5623 | 11년 전 | 1557 | ||
| 5622 |
네이비칼라
|
11년 전 | 1611 | |
| 5621 |
멋진남자임
|
11년 전 | 1405 | |
| 5620 |
잘살아보자
|
11년 전 | 1094 | |
| 5619 | 11년 전 | 3412 | ||
| 5618 |
이웃집초보
|
11년 전 | 1277 | |
| 5617 |
|
11년 전 | 4622 | |
| 5616 |
멋진남자임
|
11년 전 | 1101 | |
| 5615 |
멋진남자임
|
11년 전 | 1372 | |
| 5614 | 11년 전 | 4487 | ||
| 5613 |
파랑새1597
|
11년 전 | 2604 | |
| 5612 | 11년 전 | 2000 | ||
| 5611 |
잘살아보자
|
11년 전 | 5243 | |
| 5610 |
잘살아보자
|
11년 전 | 2142 | |
| 5609 |
잘살아보자
|
11년 전 | 3217 | |
| 5608 |
잘살아보자
|
11년 전 | 4133 | |
| 5607 |
잘살아보자
|
11년 전 | 1943 | |
| 5606 |
잘살아보자
|
11년 전 | 1904 | |
| 5605 |
잘살아보자
|
11년 전 | 5722 | |
| 5604 |
잘살아보자
|
11년 전 | 2681 | |
| 5603 |
잘살아보자
|
11년 전 | 1009 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기