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,328
12년 전 조회 2,134
12년 전 조회 3,932
12년 전 조회 1만
12년 전 조회 2,491
12년 전 조회 2,438
12년 전 조회 2,885
12년 전 조회 2,335
12년 전 조회 2,509
12년 전 조회 4,772
12년 전 조회 2,727
12년 전 조회 3,375
12년 전 조회 2,372
12년 전 조회 2,539
12년 전 조회 4,257
12년 전 조회 2,118
12년 전 조회 2,605
13년 전 조회 2,911
13년 전 조회 3,364
13년 전 조회 3,469
13년 전 조회 3,908
13년 전 조회 2,369
13년 전 조회 2,388
13년 전 조회 5,768
13년 전 조회 2,824
13년 전 조회 2,994
13년 전 조회 6,863
13년 전 조회 4,566
13년 전 조회 3,480
13년 전 조회 2,682
13년 전 조회 4,855
13년 전 조회 3,840
13년 전 조회 3,528
13년 전 조회 3,205
13년 전 조회 2,890
13년 전 조회 2,870
13년 전 조회 2,617
13년 전 조회 3,756
13년 전 조회 3,046
13년 전 조회 2,675
13년 전 조회 3,766
13년 전 조회 2,984
13년 전 조회 3,560
13년 전 조회 4,792
13년 전 조회 2,561
13년 전 조회 3,531
13년 전 조회 2,376
13년 전 조회 2,840
13년 전 조회 3,463
13년 전 조회 3,109
13년 전 조회 5,913
13년 전 조회 4,013
13년 전 조회 4,196
13년 전 조회 2,565
13년 전 조회 9,898
13년 전 조회 4,719
13년 전 조회 2,789
13년 전 조회 2,657
13년 전 조회 4,049
13년 전 조회 6,766
13년 전 조회 4,776
13년 전 조회 2,696
13년 전 조회 1.5만
13년 전 조회 2,579
13년 전 조회 1,994
13년 전 조회 5,176
13년 전 조회 2,656
13년 전 조회 1.1만
13년 전 조회 2,171
13년 전 조회 2,490
13년 전 조회 4,606
13년 전 조회 2,224
13년 전 조회 3,121
13년 전 조회 5,052
13년 전 조회 2,426
13년 전 조회 2,320
13년 전 조회 6,710
13년 전 조회 2,804
13년 전 조회 2,116
13년 전 조회 3,883
13년 전 조회 3,895
13년 전 조회 2,871
13년 전 조회 4,298
13년 전 조회 7,966
13년 전 조회 3,521
13년 전 조회 2,135
13년 전 조회 3,276
13년 전 조회 3,229
13년 전 조회 3,994
13년 전 조회 1,992
13년 전 조회 3,098
13년 전 조회 2,033
13년 전 조회 3,151
13년 전 조회 4,066
13년 전 조회 2,459
13년 전 조회 5,281
13년 전 조회 1.1만
13년 전 조회 2,534
13년 전 조회 3,875
13년 전 조회 3,506