<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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5927 | 9년 전 | 234 | ||
| 5926 | 9년 전 | 429 | ||
| 5925 | 9년 전 | 309 | ||
| 5924 | 9년 전 | 301 | ||
| 5923 | 9년 전 | 308 | ||
| 5922 |
|
9년 전 | 753 | |
| 5921 | 9년 전 | 336 | ||
| 5920 | 9년 전 | 304 | ||
| 5919 | 9년 전 | 283 | ||
| 5918 | 9년 전 | 748 | ||
| 5917 | 9년 전 | 453 | ||
| 5916 | 9년 전 | 312 | ||
| 5915 | 9년 전 | 280 | ||
| 5914 | 9년 전 | 306 | ||
| 5913 | 9년 전 | 341 | ||
| 5912 | 9년 전 | 281 | ||
| 5911 | 9년 전 | 338 | ||
| 5910 | 9년 전 | 270 | ||
| 5909 | 9년 전 | 375 | ||
| 5908 | 9년 전 | 300 | ||
| 5907 | 9년 전 | 290 | ||
| 5906 | 9년 전 | 237 | ||
| 5905 | 9년 전 | 318 | ||
| 5904 | 9년 전 | 275 | ||
| 5903 | 9년 전 | 292 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기