스크립트 오류 해결좀 부탁드립니다..
웹 페이지 오류 세부 정보
사용자 에이전트: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; BTRS131060; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
타임스탬프: Thu, 8 Mar 2012 14:23:53 UTC
타임스탬프: Thu, 8 Mar 2012 14:23:53 UTC
메시지: 'document.getElementById(...)'은(는) null 이거나 개체가 아닙니다.
줄: 54
문자: 9
코드: 0
URI: http://moohan2.cafe24.com/
위처럼 오류가 나네요. 사이트 메인에 그래서 해당부분 head.php 부분을 보니깐
<script>
function search_submit(f) {
f.stx.value = f.search_str.value;
f.action = '../bbs/search.php';
}
document.getElementById('search_flag').value = '상품';
</script>
function search_submit(f) {
f.stx.value = f.search_str.value;
f.action = '../bbs/search.php';
}
document.getElementById('search_flag').value = '상품';
</script>
이렇게 있길래 지우거나 수정하면 head,sub.php 에서
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
이부분이 화면에 값이 포함안되었다고 뜨네요.. 어떻게 하나요..해결좀 부탁드립니다..ㅠㅠ 며칠째 고생하네요..
댓글 4개
13년 전
메시지: 'document.getElementById(...)'은(는) null 이거나 개체가 아닙니다.
라는 경우
getElementById로 참조하시는 시점에 그 아이디의 태그가 참조가능한지요?
위
<script>
function search_submit(f) {
f.stx.value = f.search_str.value;
f.action = '../bbs/search.php';
}
document.getElementById('search_flag').value = '상품';
</script>
를 코드의 아래로 넣어보시고 이상없다면 순서의 문제입니다.
라는 경우
getElementById로 참조하시는 시점에 그 아이디의 태그가 참조가능한지요?
위
<script>
function search_submit(f) {
f.stx.value = f.search_str.value;
f.action = '../bbs/search.php';
}
document.getElementById('search_flag').value = '상품';
</script>
를 코드의 아래로 넣어보시고 이상없다면 순서의 문제입니다.
저어어엉미
13년 전
...
저어어엉미
13년 전
어렵네요ㅠㅠ
doomx
13년 전
윗분을 설명대로 가자면
$(document).ready(function(){
document.getElementById('search_flag').value = '상품';
});
$(document).ready(function(){
document.getElementById('search_flag').value = '상품';
});
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 50 | ||
| 8229 | 9년 전 | 52 | ||
| 8228 |
커네드커네드
|
9년 전 | 96 | |
| 8227 | 9년 전 | 108 | ||
| 8226 | 9년 전 | 145 | ||
| 8225 | 9년 전 | 132 | ||
| 8224 | 9년 전 | 131 | ||
| 8223 | 9년 전 | 89 | ||
| 8222 |
|
9년 전 | 162 | |
| 8221 | 9년 전 | 77 | ||
| 8220 | 9년 전 | 74 | ||
| 8219 | 9년 전 | 80 | ||
| 8218 | 9년 전 | 111 | ||
| 8217 |
star3840
|
9년 전 | 98 | |
| 8216 | 9년 전 | 135 | ||
| 8215 | 9년 전 | 88 | ||
| 8214 | 9년 전 | 205 | ||
| 8213 | 9년 전 | 142 | ||
| 8212 | 9년 전 | 56 | ||
| 8211 | 9년 전 | 222 | ||
| 8210 | 9년 전 | 217 | ||
| 8209 | 9년 전 | 318 | ||
| 8208 | 9년 전 | 187 | ||
| 8207 | 9년 전 | 200 | ||
| 8206 |
|
9년 전 | 162 | |
| 8205 | 9년 전 | 147 | ||
| 8204 | 9년 전 | 109 | ||
| 8203 | 9년 전 | 203 | ||
| 8202 | 9년 전 | 126 | ||
| 8201 | 9년 전 | 165 | ||
| 8200 | 9년 전 | 135 | ||
| 8199 | 9년 전 | 182 | ||
| 8198 | 9년 전 | 155 | ||
| 8197 | 9년 전 | 135 | ||
| 8196 | 9년 전 | 515 | ||
| 8195 | 9년 전 | 133 | ||
| 8194 | 9년 전 | 267 | ||
| 8193 | 9년 전 | 135 | ||
| 8192 | 9년 전 | 163 | ||
| 8191 | 9년 전 | 115 | ||
| 8190 | 9년 전 | 109 | ||
| 8189 | 9년 전 | 165 | ||
| 8188 | 9년 전 | 110 | ||
| 8187 | 9년 전 | 120 | ||
| 8186 | 9년 전 | 130 | ||
| 8185 | 9년 전 | 291 | ||
| 8184 | 9년 전 | 86 | ||
| 8183 | 9년 전 | 308 | ||
| 8182 | 9년 전 | 138 | ||
| 8181 | 9년 전 | 114 | ||
| 8180 | 9년 전 | 678 | ||
| 8179 | 9년 전 | 474 | ||
| 8178 | 9년 전 | 278 | ||
| 8177 |
kiplayer
|
9년 전 | 284 | |
| 8176 | 9년 전 | 329 | ||
| 8175 | 9년 전 | 203 | ||
| 8174 | 9년 전 | 210 | ||
| 8173 | 9년 전 | 324 | ||
| 8172 | 9년 전 | 166 | ||
| 8171 | 9년 전 | 159 | ||
| 8170 | 9년 전 | 277 | ||
| 8169 |
커네드커네드
|
9년 전 | 243 | |
| 8168 | 9년 전 | 296 | ||
| 8167 | 9년 전 | 305 | ||
| 8166 | 9년 전 | 216 | ||
| 8165 | 9년 전 | 148 | ||
| 8164 | 9년 전 | 278 | ||
| 8163 | 9년 전 | 265 | ||
| 8162 | 9년 전 | 272 | ||
| 8161 | 9년 전 | 271 | ||
| 8160 |
|
9년 전 | 467 | |
| 8159 | 9년 전 | 386 | ||
| 8158 | 9년 전 | 204 | ||
| 8157 | 9년 전 | 339 | ||
| 8156 | 9년 전 | 256 | ||
| 8155 | 9년 전 | 231 | ||
| 8154 |
00년생용띠
|
9년 전 | 577 | |
| 8153 | 9년 전 | 205 | ||
| 8152 |
|
9년 전 | 384 | |
| 8151 | 9년 전 | 385 | ||
| 8150 | 9년 전 | 474 | ||
| 8149 |
Jangfolk
|
9년 전 | 313 | |
| 8148 | 9년 전 | 148 | ||
| 8147 | 9년 전 | 357 | ||
| 8146 | 9년 전 | 410 | ||
| 8145 | 9년 전 | 343 | ||
| 8144 | 9년 전 | 308 | ||
| 8143 | 9년 전 | 163 | ||
| 8142 | 9년 전 | 409 | ||
| 8141 | 9년 전 | 357 | ||
| 8140 | 9년 전 | 907 | ||
| 8139 | 9년 전 | 230 | ||
| 8138 |
전갈자리남자
|
9년 전 | 375 | |
| 8137 | 9년 전 | 356 | ||
| 8136 | 9년 전 | 717 | ||
| 8135 |
|
9년 전 | 769 | |
| 8134 |
PlayPixel
|
9년 전 | 480 | |
| 8133 |
|
9년 전 | 420 | |
| 8132 | 9년 전 | 431 | ||
| 8131 | 9년 전 | 786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기