서치 폼 오류좀 봐주세요 ㅠㅠ 정보
서치 폼 오류좀 봐주세요 ㅠㅠ본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
<form name='frmsearch1' action='<?=$g4[shop_path]?>/search3.php' style='margin:0px;padding:0px;'>
<table width='300' border="0" cellspacing="0" cellpadding="0">
<tr><td background='<?=$g4[shop_path]?>/img/mid_searchbg.jpg' width='261'>
<input type=text name=search_str class="box" style=width:100% border:0px solid white; backgrouund:transparent; onFocus="overInput(this);" onBlur="outInput(this);" value='<?=stripslashes(get_text($search_str))?>'>
</td>
<td width="40"><input type=image src="<?=$g4[shop_path]?>/img/mid_search.jpg" border=0 align=absmiddle>
</td></form></tr>
</table>
어디선가 오류가 있는거 같은데 자꾸 페이지에 오류가 있다고 뜨네요...ㅠㅠ 저기 어디서 문제일까요?
오류 주소 :
<form name='frmsearch1' action='<?=$g4[shop_path]?>/search3.php' style='margin:0px;padding:0px;'>
<table width='300' border="0" cellspacing="0" cellpadding="0">
<tr><td background='<?=$g4[shop_path]?>/img/mid_searchbg.jpg' width='261'>
<input type=text name=search_str class="box" style=width:100% border:0px solid white; backgrouund:transparent; onFocus="overInput(this);" onBlur="outInput(this);" value='<?=stripslashes(get_text($search_str))?>'>
</td>
<td width="40"><input type=image src="<?=$g4[shop_path]?>/img/mid_search.jpg" border=0 align=absmiddle>
</td></form></tr>
</table>
어디선가 오류가 있는거 같은데 자꾸 페이지에 오류가 있다고 뜨네요...ㅠㅠ 저기 어디서 문제일까요?
댓글 전체

오류내용을 알려주셔야.....
http://rainmaker225.cafe24.com 위주소를 들어가서 서치폼에만 마우스를 가져다 대면 페이지에 오류가 있다고 뜨네요 ㅠㅠ
사용하시는 js파일들에 overInput 관련 함수가 없어서 나타나는 오류네요.
onFocus="overInput(this);" onBlur="outInput(this);"
overInput << js파일에 함수가있는지확인하시거나 이함수가 있는 js파일을 불러오는지확인하세요
overInput << js파일에 함수가있는지확인하시거나 이함수가 있는 js파일을 불러오는지확인하세요