s

자바스크립트 폼체크에서 해방되세요//

<?

function sendIt($f,$arr,$opt="",$preOpt="") {
$RE="function sendIt(f) {";
$RE.=$preOpt;
while (list($key,$val)=each($arr)) {
$RE.="
if (!document.".$f.".".$key.".disabled) {
";
$RE.="
if (document.".$f.".".$key.".value=='') {
alert('".$val."(을)를 입력해 주세요');
document.".$f.".".$key.".focus(); return false;
}
";
$RE.="
}
";
}
$RE.=$opt;
$RE.="document.".$f.".submit();";
$RE.="}";
return $RE;
}

//사용예제
?>

<script language=javascript>
<?
$arr=array("company"=>"회사","name"=>"이름","tel"=>"전화번호");
echo sendIt("form1",$arr);
?>
</script>
<form name=form1 action='<?=$PHP_SELF?>'>
회사 : <input name=company><br>
이름 : <input name=name><br>
전화 : <input name=tel><br>
<input type=button onclick='sendIt(this.form);' value='확인'>
</form>
01<?
02
03 function sendIt($f,$arr,$opt="",$preOpt="") {
04 $RE="function sendIt(f) {";
05 $RE.=$preOpt;
06 while (list($key,$val)=each($arr)) {
07 $RE.="
08 if (!document.".$f.".".$key.".disabled) {
09 ";
10 $RE.="
11 if (document.".$f.".".$key.".value=='') {
12 alert('".$val."(을)를 입력해 주세요');
13 document.".$f.".".$key.".focus(); return false;
14 }
15 ";
16 $RE.="
17 }
18 ";
19 }
20 $RE.=$opt;
21 $RE.="document.".$f.".submit();";
22 $RE.="}";
23 return $RE;
24 }
25
26//사용예제
27?>
28
29<script language=javascript>
30<?
31$arr=array("company"=>"회사","name"=>"이름","tel"=>"전화번호");
32echo sendIt("form1",$arr);
33?>
34</script>
35<form name=form1 action='<?=$PHP_SELF?>'>
36회사 : <input name=company>
37이름 : <input name=name>
38전화 : <input name=tel>
39<input type=button onclick='sendIt(this.form);' value='확인'>
40</form>
|

댓글 1개

와 좋네요 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
12년 전 조회 1,772
12년 전 조회 1,555
12년 전 조회 3,404
12년 전 조회 9,645
12년 전 조회 1,947
12년 전 조회 1,900
12년 전 조회 2,344
12년 전 조회 1,825
12년 전 조회 1,997
12년 전 조회 4,266
12년 전 조회 2,177
12년 전 조회 2,839
12년 전 조회 1,830
12년 전 조회 2,015
12년 전 조회 3,722
12년 전 조회 1,558
12년 전 조회 2,048
12년 전 조회 2,363
12년 전 조회 2,798
12년 전 조회 2,905
12년 전 조회 3,351
12년 전 조회 1,813
12년 전 조회 1,862
12년 전 조회 5,228
12년 전 조회 2,284
12년 전 조회 2,465
12년 전 조회 6,287
12년 전 조회 3,999
12년 전 조회 2,955
12년 전 조회 2,102
12년 전 조회 4,269
12년 전 조회 3,285
12년 전 조회 2,964
12년 전 조회 2,634
12년 전 조회 2,318
12년 전 조회 2,335
12년 전 조회 2,075
12년 전 조회 3,150
12년 전 조회 2,470
12년 전 조회 2,169
12년 전 조회 3,233
12년 전 조회 2,416
12년 전 조회 3,003
12년 전 조회 4,223
12년 전 조회 1,980
12년 전 조회 2,962
12년 전 조회 1,817
12년 전 조회 2,297
12년 전 조회 2,942
12년 전 조회 2,555
12년 전 조회 5,353
12년 전 조회 3,476
12년 전 조회 3,672
12년 전 조회 2,035
12년 전 조회 9,352
12년 전 조회 4,167
12년 전 조회 2,220
12년 전 조회 2,090
12년 전 조회 3,526
12년 전 조회 6,208
12년 전 조회 4,233
12년 전 조회 2,134
12년 전 조회 1.4만
13년 전 조회 2,010
13년 전 조회 1,434
13년 전 조회 4,793
13년 전 조회 2,280
13년 전 조회 1만
13년 전 조회 1,615
13년 전 조회 2,046
13년 전 조회 4,062
13년 전 조회 1,695
13년 전 조회 2,597
13년 전 조회 4,582
13년 전 조회 1,889
13년 전 조회 1,780
13년 전 조회 6,151
13년 전 조회 2,279
13년 전 조회 1,608
13년 전 조회 3,345
13년 전 조회 3,339
13년 전 조회 2,324
13년 전 조회 3,741
13년 전 조회 7,424
13년 전 조회 3,009
13년 전 조회 1,567
13년 전 조회 2,734
13년 전 조회 2,700
13년 전 조회 3,447
13년 전 조회 1,416
13년 전 조회 2,516
13년 전 조회 1,571
13년 전 조회 2,607
13년 전 조회 3,505
13년 전 조회 2,057
13년 전 조회 4,700
13년 전 조회 1.1만
13년 전 조회 1,962
13년 전 조회 3,335
13년 전 조회 2,955