<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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 315 | |
| 311 | |
| 12040 | |
| 20370 | |
| 20365 |
CSS
css가 충돌이 됬을때
4
|
| 12039 |
JavaScript
풀스크린 스크립트
|
| 20364 | |
| 12037 |
웹서버
vi 온라인 학습장
1
|
| 12035 |
jQuery
강력한 무료 멀티 업로더...
1
|
| 12032 | |
| 12031 | |
| 20362 |
HTML
HTML5 자바스크립트 API
1
|
| 12024 |
기타
P3P 규약의 이해
6
|
| 12022 | |
| 303 | |
| 12020 | |
| 12015 | |
| 12010 |
PHP
외부이미지 썸네일 만들기
4
|
| 12009 |
웹서버
퍼미션 계산기-아주 좋습니다.
|
| 12007 |
JavaScript
화면전체에 눈 내리는 효과
1
|
| 12005 |
PHP
외부이미지 서버에 저장하기
1
|
| 12004 |
PHP
유튜브 api 사용하기
|
| 20361 | |
| 12002 | |
| 11997 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기