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개

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

프로그램

+
제목 글쓴이 날짜 조회
12년 전 조회 1,846
12년 전 조회 1,611
12년 전 조회 3,467
12년 전 조회 9,693
12년 전 조회 2,016
12년 전 조회 1,957
12년 전 조회 2,398
12년 전 조회 1,879
12년 전 조회 2,060
12년 전 조회 4,322
12년 전 조회 2,234
12년 전 조회 2,901
12년 전 조회 1,884
12년 전 조회 2,069
12년 전 조회 3,775
12년 전 조회 1,610
12년 전 조회 2,098
12년 전 조회 2,419
12년 전 조회 2,862
12년 전 조회 2,966
12년 전 조회 3,405
12년 전 조회 1,867
12년 전 조회 1,922
12년 전 조회 5,283
12년 전 조회 2,335
12년 전 조회 2,528
12년 전 조회 6,334
12년 전 조회 4,052
12년 전 조회 3,006
12년 전 조회 2,156
12년 전 조회 4,340
12년 전 조회 3,342
12년 전 조회 3,026
12년 전 조회 2,693
12년 전 조회 2,382
12년 전 조회 2,396
12년 전 조회 2,135
12년 전 조회 3,204
12년 전 조회 2,529
12년 전 조회 2,227
12년 전 조회 3,291
12년 전 조회 2,472
12년 전 조회 3,071
12년 전 조회 4,279
12년 전 조회 2,030
12년 전 조회 3,028
12년 전 조회 1,879
12년 전 조회 2,359
12년 전 조회 2,993
12년 전 조회 2,610
12년 전 조회 5,418
12년 전 조회 3,539
12년 전 조회 3,721
12년 전 조회 2,091
12년 전 조회 9,403
12년 전 조회 4,222
13년 전 조회 2,277
13년 전 조회 2,144
13년 전 조회 3,574
13년 전 조회 6,261
13년 전 조회 4,283
13년 전 조회 2,190
13년 전 조회 1.4만
13년 전 조회 2,067
13년 전 조회 1,485
13년 전 조회 4,796
13년 전 조회 2,295
13년 전 조회 1만
13년 전 조회 1,665
13년 전 조회 2,055
13년 전 조회 4,128
13년 전 조회 1,750
13년 전 조회 2,640
13년 전 조회 4,627
13년 전 조회 1,949
13년 전 조회 1,833
13년 전 조회 6,202
13년 전 조회 2,331
13년 전 조회 1,666
13년 전 조회 3,385
13년 전 조회 3,396
13년 전 조회 2,371
13년 전 조회 3,799
13년 전 조회 7,479
13년 전 조회 3,057
13년 전 조회 1,616
13년 전 조회 2,785
13년 전 조회 2,745
13년 전 조회 3,490
13년 전 조회 1,470
13년 전 조회 2,568
13년 전 조회 1,574
13년 전 조회 2,679
13년 전 조회 3,556
13년 전 조회 2,058
13년 전 조회 4,743
13년 전 조회 1.1만
13년 전 조회 2,018
13년 전 조회 3,393
13년 전 조회 3,000