폼메일 필수사항 입력체크문제 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

폼메일 필수사항 입력체크문제 정보

폼메일 필수사항 입력체크문제

본문

<!-- 폼메일 시작 --------------------------------------------------------->
<style>
#online {
width:630px;
}
img {
border:none;
}
#online input{
border: 1px #cccccc solid;
}

#online_table {
width:99%;
border-top:0px #929292 solid;
margin-bottom:10px;
}
#online_table th {
font-size:12px;
width:110px;
text-align: left;
background: #ffffff;
padding-left:10px;
border-bottom:0px #cccccc solid;
border-right:0px #cccccc solid;
}
#online_table td {
padding:6px 7px;
border-bottom:0px #cccccc solid;
}
#online_btn{
width:100%;
text-align:center;

}
</style>
<div id="online">
<div id="online_body">
<!-- 본문 시작 -->
<form name="online" method="post" action="javascript:online_submit(document.online);" enctype="multipart/form-data" autocomplete="off">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="online_table">
<tr>
<th>
성함
</th>
<td colspan="3">
<input type="text" name="ol_name" style='width:130px;' required itemname="성함" maxlength=10></input>
</td>
</tr>
<tr>
<th>전화번호
</th>
<td colspan="3">
<input type="text" name="ol_hp" style='width:300px;' required itemname="전화번호" maxlength=13> </input>
</td>
</tr>
<tr>
<th>
금액
</th>
<td colspan="3">
<input  style='width:160px; height:20px;' name="ol_tel" required itemname="금액" ></input><span style="font-size:12px;"><b> 만원</b></span>
</td>
</tr>
</table>
<div id="online_btn">
<input type="submit" style="background: #0066CC; width:100px; height:30px; font-family: Dotum, Gulim, 'Malgun Gothic' !important; font-size:9pt; color:#ffffff;  font-weight:bold;" value="상담 신청">
</div>
</form>
</div>
<script>
<!-- 본문 끝 -->
function online_submit(f)
{
f.action = '<?=$g4[path];?>/bbs/online_update.php';
f.submit();
}
</script>
</div>
<!-- //폼메일 끝---------------------------------------------------------------------------------------->


위에 소스인데요. 익스플로러10이나 크롬에서는 작동하는데요 익스8에서는 필수사항을 required 이거로 기재를 해도 성함 하나만 넘으면 넘어가버리는데 어떻게 해야되죠??
스크립트로 넘어가는거를 막을수 없을까요?  모두다 필수사항으로 하고 싶어서요??

( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '283094' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )

1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

error file : /15sir/bbs/board.php