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년 전 조회 2,087
12년 전 조회 1,888
12년 전 조회 3,703
12년 전 조회 9,951
12년 전 조회 2,251
12년 전 조회 2,205
12년 전 조회 2,657
12년 전 조회 2,115
12년 전 조회 2,274
12년 전 조회 4,542
12년 전 조회 2,485
12년 전 조회 3,151
12년 전 조회 2,134
12년 전 조회 2,312
12년 전 조회 4,028
12년 전 조회 1,872
12년 전 조회 2,356
12년 전 조회 2,691
12년 전 조회 3,124
12년 전 조회 3,226
12년 전 조회 3,692
12년 전 조회 2,139
12년 전 조회 2,181
12년 전 조회 5,547
12년 전 조회 2,600
12년 전 조회 2,780
12년 전 조회 6,610
12년 전 조회 4,344
12년 전 조회 3,266
12년 전 조회 2,444
12년 전 조회 4,627
12년 전 조회 3,609
12년 전 조회 3,317
13년 전 조회 2,969
13년 전 조회 2,651
13년 전 조회 2,668
13년 전 조회 2,396
13년 전 조회 3,490
13년 전 조회 2,814
13년 전 조회 2,472
13년 전 조회 3,520
13년 전 조회 2,748
13년 전 조회 3,324
13년 전 조회 4,555
13년 전 조회 2,323
13년 전 조회 3,332
13년 전 조회 2,153
13년 전 조회 2,616
13년 전 조회 3,258
13년 전 조회 2,891
13년 전 조회 5,679
13년 전 조회 3,791
13년 전 조회 4,000
13년 전 조회 2,353
13년 전 조회 9,663
13년 전 조회 4,496
13년 전 조회 2,553
13년 전 조회 2,423
13년 전 조회 3,827
13년 전 조회 6,544
13년 전 조회 4,550
13년 전 조회 2,469
13년 전 조회 1.5만
13년 전 조회 2,344
13년 전 조회 1,763
13년 전 조회 5,051
13년 전 조회 2,539
13년 전 조회 1만
13년 전 조회 1,950
13년 전 조회 2,347
13년 전 조회 4,405
13년 전 조회 2,004
13년 전 조회 2,904
13년 전 조회 4,842
13년 전 조회 2,221
13년 전 조회 2,123
13년 전 조회 6,492
13년 전 조회 2,587
13년 전 조회 1,912
13년 전 조회 3,655
13년 전 조회 3,672
13년 전 조회 2,634
13년 전 조회 4,071
13년 전 조회 7,741
13년 전 조회 3,330
13년 전 조회 1,903
13년 전 조회 3,054
13년 전 조회 3,011
13년 전 조회 3,790
13년 전 조회 1,753
13년 전 조회 2,857
13년 전 조회 1,888
13년 전 조회 2,957
13년 전 조회 3,844
13년 전 조회 2,316
13년 전 조회 5,047
13년 전 조회 1.1만
13년 전 조회 2,316
13년 전 조회 3,670
13년 전 조회 3,282