]
js 검증은 양의 정수
코드는 다음과 같습니다.
<script> <BR> var re = /^[1-9]d*$/; //단일 문자의 지능형 검증<BR>if (!re.test(document.getElementById('group_order').value )){ <BR>alert(" 그룹 순서는 숫자여야 합니다!") <BR>document.getElementById('group_order').focus(); <BR>return false; script> <BR>if(value < ;0 || value!=parseInt(value) ){ <BR>alert("양의 정수가 아닙니다.") <BR>}else{ <BR>alert("입니다. 양의 정수"); <BR>} <BR><BR></script>
JS 양식 보내기(방법 1): check_input은 js 함수이지만 이 방법을 사용하면 페이지의 모든 양식을 보냅니다
<% form_tag( {:controller=> ;"transaction",:action=>"check_cid"}, {:name=>"form1",:method=>"post",:multipart=>"true" ,:onsubmit=>”return check_input();”}) do %>
< ;% end %>
JS 전송 양식(방법 2): check_original은 지정된 js 함수를 보냅니다. 1번 방법이든 2번 방법이든 return을 추가하는 것을 잊지 마세요.
<%= form_tag({:controller=>" program",:action=>"index"},{:name=>"newform",:method=>" post",:multipart=>"true"}) %>
< %= submit_tag "추가",{:name=>'newgroup',:onclick=>'return check_original();' } %>
<%= form_tag %>
계속....