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,250
12년 전 조회 2,060
12년 전 조회 3,852
12년 전 조회 1만
12년 전 조회 2,418
12년 전 조회 2,356
12년 전 조회 2,808
12년 전 조회 2,265
12년 전 조회 2,423
12년 전 조회 4,696
12년 전 조회 2,642
12년 전 조회 3,303
12년 전 조회 2,301
12년 전 조회 2,461
12년 전 조회 4,177
12년 전 조회 2,052
12년 전 조회 2,528
12년 전 조회 2,850
12년 전 조회 3,284
13년 전 조회 3,399
13년 전 조회 3,859
13년 전 조회 2,295
13년 전 조회 2,308
13년 전 조회 5,698
13년 전 조회 2,756
13년 전 조회 2,923
13년 전 조회 6,787
13년 전 조회 4,500
13년 전 조회 3,422
13년 전 조회 2,616
13년 전 조회 4,774
13년 전 조회 3,769
13년 전 조회 3,474
13년 전 조회 3,118
13년 전 조회 2,815
13년 전 조회 2,801
13년 전 조회 2,531
13년 전 조회 3,657
13년 전 조회 2,955
13년 전 조회 2,608
13년 전 조회 3,673
13년 전 조회 2,894
13년 전 조회 3,489
13년 전 조회 4,721
13년 전 조회 2,482
13년 전 조회 3,463
13년 전 조회 2,303
13년 전 조회 2,757
13년 전 조회 3,397
13년 전 조회 3,041
13년 전 조회 5,833
13년 전 조회 3,947
13년 전 조회 4,136
13년 전 조회 2,480
13년 전 조회 9,811
13년 전 조회 4,652
13년 전 조회 2,712
13년 전 조회 2,579
13년 전 조회 3,969
13년 전 조회 6,689
13년 전 조회 4,704
13년 전 조회 2,633
13년 전 조회 1.5만
13년 전 조회 2,494
13년 전 조회 1,921
13년 전 조회 5,147
13년 전 조회 2,635
13년 전 조회 1.1만
13년 전 조회 2,098
13년 전 조회 2,455
13년 전 조회 4,544
13년 전 조회 2,157
13년 전 조회 3,055
13년 전 조회 4,982
13년 전 조회 2,366
13년 전 조회 2,259
13년 전 조회 6,625
13년 전 조회 2,728
13년 전 조회 2,034
13년 전 조회 3,818
13년 전 조회 3,827
13년 전 조회 2,788
13년 전 조회 4,230
13년 전 조회 7,895
13년 전 조회 3,458
13년 전 조회 2,064
13년 전 조회 3,213
13년 전 조회 3,154
13년 전 조회 3,928
13년 전 조회 1,913
13년 전 조회 3,010
13년 전 조회 2,002
13년 전 조회 3,090
13년 전 조회 3,998
13년 전 조회 2,434
13년 전 조회 5,193
13년 전 조회 1.1만
13년 전 조회 2,453
13년 전 조회 3,808
13년 전 조회 3,417