폼메일 필수사항 입력체크문제 > 그누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 이거로 기재를 해도 성함 하나만 넘으면 넘어가버리는데 어떻게 해야되죠??
스크립트로 넘어가는거를 막을수 없을까요?  모두다 필수사항으로 하고 싶어서요??
  • 복사

댓글 전체

된다하더라도, 모니터링으로 차단 되실거구요..방법 없습니다..
전 세계에 불법적으로 하는걸 생각하는 사람과 그걸 구현한 개발자을 욕 하셔야 합니다....

페이지 이동이라던가 바이러스 탑재 링크등등
엄청 사건이 많았기에 아주 과거때부터 필터링을 하고 있습니다.
© SIRSOFT
현재 페이지 제일 처음으로