스크립트 오류 해결좀 부탁드립니다..
웹 페이지 오류 세부 정보
사용자 에이전트: 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 = '상품';
});
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4730 |
제너레이션
|
13년 전 | 997 | |
| 4729 | 13년 전 | 936 | ||
| 4728 | 13년 전 | 693 | ||
| 4727 | 13년 전 | 1242 | ||
| 4726 | 13년 전 | 844 | ||
| 4725 | 13년 전 | 1680 | ||
| 4724 | 13년 전 | 1013 | ||
| 4723 | 13년 전 | 2686 | ||
| 4722 | 13년 전 | 554 | ||
| 4721 |
ECEditor
|
13년 전 | 2232 | |
| 4720 | 13년 전 | 2609 | ||
| 4719 | 13년 전 | 4370 | ||
| 4718 | 13년 전 | 940 | ||
| 4717 | 13년 전 | 1169 | ||
| 4716 | 13년 전 | 1344 | ||
| 4715 |
한번잘해보자
|
13년 전 | 1164 | |
| 4714 | 13년 전 | 1165 | ||
| 4713 | 13년 전 | 2818 | ||
| 4712 | 13년 전 | 1243 | ||
| 4711 |
김준수사랑
|
13년 전 | 1008 | |
| 4710 |
한번잘해보자
|
13년 전 | 1136 | |
| 4709 | 13년 전 | 1134 | ||
| 4708 | 13년 전 | 812 | ||
| 4707 | 13년 전 | 1697 | ||
| 4706 |
프로프리랜서
|
13년 전 | 2082 | |
| 4705 |
프로프리랜서
|
13년 전 | 1369 | |
| 4704 | 13년 전 | 964 | ||
| 4703 |
프로프리랜서
|
13년 전 | 930 | |
| 4702 | 13년 전 | 825 | ||
| 4701 | 13년 전 | 1566 | ||
| 4700 | 13년 전 | 2588 | ||
| 4699 | 13년 전 | 1293 | ||
| 4698 |
|
13년 전 | 1596 | |
| 4697 |
|
13년 전 | 1114 | |
| 4696 |
|
13년 전 | 1130 | |
| 4695 |
|
13년 전 | 1341 | |
| 4694 |
|
13년 전 | 862 | |
| 4693 |
|
13년 전 | 852 | |
| 4692 |
|
13년 전 | 857 | |
| 4691 |
|
13년 전 | 1185 | |
| 4690 |
|
13년 전 | 1270 | |
| 4689 |
|
13년 전 | 1015 | |
| 4688 |
|
13년 전 | 779 | |
| 4687 |
|
13년 전 | 1055 | |
| 4686 |
|
13년 전 | 1007 | |
| 4685 |
|
13년 전 | 938 | |
| 4684 |
|
13년 전 | 1038 | |
| 4683 |
|
13년 전 | 928 | |
| 4682 |
|
13년 전 | 1241 | |
| 4681 |
|
13년 전 | 1015 | |
| 4680 |
|
13년 전 | 1137 | |
| 4679 |
|
13년 전 | 1647 | |
| 4678 |
|
13년 전 | 576 | |
| 4677 | 13년 전 | 2910 | ||
| 4676 |
복이219
|
13년 전 | 613 | |
| 4675 | 13년 전 | 810 | ||
| 4674 | 13년 전 | 605 | ||
| 4673 | 13년 전 | 984 | ||
| 4672 | 13년 전 | 926 | ||
| 4671 | 13년 전 | 1194 | ||
| 4670 | 13년 전 | 706 | ||
| 4669 | 13년 전 | 1776 | ||
| 4668 | 13년 전 | 1417 | ||
| 4667 |
너는나의봄이다
|
13년 전 | 1015 | |
| 4666 | 13년 전 | 6688 | ||
| 4665 | 13년 전 | 608 | ||
| 4664 | 13년 전 | 991 | ||
| 4663 | 13년 전 | 837 | ||
| 4662 | 13년 전 | 961 | ||
| 4661 | 13년 전 | 1235 | ||
| 4660 | 13년 전 | 831 | ||
| 4659 | 13년 전 | 1095 | ||
| 4658 |
소나무닷컴
|
13년 전 | 684 | |
| 4657 | 13년 전 | 702 | ||
| 4656 |
|
13년 전 | 1232 | |
| 4655 | 13년 전 | 3087 | ||
| 4654 | 13년 전 | 667 | ||
| 4653 | 13년 전 | 2096 | ||
| 4652 | 13년 전 | 867 | ||
| 4651 | 13년 전 | 769 | ||
| 4650 | 13년 전 | 1653 | ||
| 4649 | 13년 전 | 1580 | ||
| 4648 | 13년 전 | 601 | ||
| 4647 | 13년 전 | 1496 | ||
| 4646 | 13년 전 | 1927 | ||
| 4645 | 13년 전 | 1326 | ||
| 4644 | 13년 전 | 586 | ||
| 4643 | 13년 전 | 2003 | ||
| 4642 | 13년 전 | 803 | ||
| 4641 |
|
13년 전 | 587 | |
| 4640 | 13년 전 | 556 | ||
| 4639 |
|
13년 전 | 1288 | |
| 4638 |
|
13년 전 | 1662 | |
| 4637 |
|
13년 전 | 1127 | |
| 4636 | 13년 전 | 613 | ||
| 4635 | 13년 전 | 751 | ||
| 4634 | 13년 전 | 1252 | ||
| 4633 | 13년 전 | 1198 | ||
| 4632 |
|
13년 전 | 534 | |
| 4631 | 13년 전 | 3338 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기