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,333
12년 전 조회 2,141
12년 전 조회 3,939
12년 전 조회 1만
12년 전 조회 2,503
12년 전 조회 2,445
12년 전 조회 2,890
12년 전 조회 2,346
12년 전 조회 2,518
12년 전 조회 4,777
12년 전 조회 2,732
12년 전 조회 3,385
12년 전 조회 2,379
12년 전 조회 2,546
12년 전 조회 4,269
12년 전 조회 2,125
12년 전 조회 2,613
13년 전 조회 2,918
13년 전 조회 3,371
13년 전 조회 3,474
13년 전 조회 3,918
13년 전 조회 2,377
13년 전 조회 2,399
13년 전 조회 5,773
13년 전 조회 2,833
13년 전 조회 3,004
13년 전 조회 6,875
13년 전 조회 4,577
13년 전 조회 3,488
13년 전 조회 2,687
13년 전 조회 4,864
13년 전 조회 3,849
13년 전 조회 3,542
13년 전 조회 3,216
13년 전 조회 2,897
13년 전 조회 2,882
13년 전 조회 2,627
13년 전 조회 3,765
13년 전 조회 3,056
13년 전 조회 2,691
13년 전 조회 3,779
13년 전 조회 2,992
13년 전 조회 3,569
13년 전 조회 4,804
13년 전 조회 2,570
13년 전 조회 3,539
13년 전 조회 2,383
13년 전 조회 2,849
13년 전 조회 3,470
13년 전 조회 3,117
13년 전 조회 5,917
13년 전 조회 4,023
13년 전 조회 4,205
13년 전 조회 2,576
13년 전 조회 9,905
13년 전 조회 4,728
13년 전 조회 2,796
13년 전 조회 2,667
13년 전 조회 4,061
13년 전 조회 6,776
13년 전 조회 4,784
13년 전 조회 2,702
13년 전 조회 1.5만
13년 전 조회 2,590
13년 전 조회 1,996
13년 전 조회 5,180
13년 전 조회 2,660
13년 전 조회 1.1만
13년 전 조회 2,183
13년 전 조회 2,493
13년 전 조회 4,619
13년 전 조회 2,234
13년 전 조회 3,129
13년 전 조회 5,060
13년 전 조회 2,434
13년 전 조회 2,333
13년 전 조회 6,717
13년 전 조회 2,814
13년 전 조회 2,125
13년 전 조회 3,889
13년 전 조회 3,903
13년 전 조회 2,880
13년 전 조회 4,311
13년 전 조회 7,977
13년 전 조회 3,529
13년 전 조회 2,139
13년 전 조회 3,288
13년 전 조회 3,238
13년 전 조회 4,001
13년 전 조회 2,001
13년 전 조회 3,100
13년 전 조회 2,042
13년 전 조회 3,157
13년 전 조회 4,079
13년 전 조회 2,466
13년 전 조회 5,287
13년 전 조회 1.1만
13년 전 조회 2,540
13년 전 조회 3,886
13년 전 조회 3,512