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,319
12년 전 조회 2,126
12년 전 조회 3,917
12년 전 조회 1만
12년 전 조회 2,482
12년 전 조회 2,427
12년 전 조회 2,877
12년 전 조회 2,325
12년 전 조회 2,498
12년 전 조회 4,761
12년 전 조회 2,715
12년 전 조회 3,364
12년 전 조회 2,360
12년 전 조회 2,524
12년 전 조회 4,246
12년 전 조회 2,107
12년 전 조회 2,590
12년 전 조회 2,898
13년 전 조회 3,355
13년 전 조회 3,464
13년 전 조회 3,895
13년 전 조회 2,360
13년 전 조회 2,376
13년 전 조회 5,759
13년 전 조회 2,813
13년 전 조회 2,980
13년 전 조회 6,854
13년 전 조회 4,561
13년 전 조회 3,471
13년 전 조회 2,673
13년 전 조회 4,844
13년 전 조회 3,828
13년 전 조회 3,523
13년 전 조회 3,197
13년 전 조회 2,879
13년 전 조회 2,861
13년 전 조회 2,606
13년 전 조회 3,738
13년 전 조회 3,034
13년 전 조회 2,668
13년 전 조회 3,752
13년 전 조회 2,974
13년 전 조회 3,547
13년 전 조회 4,785
13년 전 조회 2,550
13년 전 조회 3,522
13년 전 조회 2,366
13년 전 조회 2,829
13년 전 조회 3,457
13년 전 조회 3,099
13년 전 조회 5,901
13년 전 조회 4,000
13년 전 조회 4,187
13년 전 조회 2,551
13년 전 조회 9,887
13년 전 조회 4,715
13년 전 조회 2,774
13년 전 조회 2,649
13년 전 조회 4,041
13년 전 조회 6,753
13년 전 조회 4,761
13년 전 조회 2,692
13년 전 조회 1.5만
13년 전 조회 2,557
13년 전 조회 1,979
13년 전 조회 5,168
13년 전 조회 2,654
13년 전 조회 1.1만
13년 전 조회 2,165
13년 전 조회 2,484
13년 전 조회 4,602
13년 전 조회 2,214
13년 전 조회 3,111
13년 전 조회 5,035
13년 전 조회 2,414
13년 전 조회 2,313
13년 전 조회 6,694
13년 전 조회 2,795
13년 전 조회 2,107
13년 전 조회 3,870
13년 전 조회 3,885
13년 전 조회 2,860
13년 전 조회 4,291
13년 전 조회 7,955
13년 전 조회 3,513
13년 전 조회 2,127
13년 전 조회 3,266
13년 전 조회 3,215
13년 전 조회 3,988
13년 전 조회 1,978
13년 전 조회 3,086
13년 전 조회 2,025
13년 전 조회 3,142
13년 전 조회 4,063
13년 전 조회 2,456
13년 전 조회 5,274
13년 전 조회 1.1만
13년 전 조회 2,524
13년 전 조회 3,868
13년 전 조회 3,497