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,298
12년 전 조회 2,111
12년 전 조회 3,895
12년 전 조회 1만
12년 전 조회 2,464
12년 전 조회 2,405
12년 전 조회 2,848
12년 전 조회 2,306
12년 전 조회 2,467
12년 전 조회 4,736
12년 전 조회 2,692
12년 전 조회 3,340
12년 전 조회 2,345
12년 전 조회 2,506
12년 전 조회 4,216
12년 전 조회 2,091
12년 전 조회 2,566
12년 전 조회 2,884
12년 전 조회 3,334
13년 전 조회 3,448
13년 전 조회 3,886
13년 전 조회 2,342
13년 전 조회 2,351
13년 전 조회 5,736
13년 전 조회 2,796
13년 전 조회 2,960
13년 전 조회 6,840
13년 전 조회 4,540
13년 전 조회 3,455
13년 전 조회 2,655
13년 전 조회 4,830
13년 전 조회 3,811
13년 전 조회 3,510
13년 전 조회 3,173
13년 전 조회 2,853
13년 전 조회 2,850
13년 전 조회 2,580
13년 전 조회 3,714
13년 전 조회 3,013
13년 전 조회 2,643
13년 전 조회 3,717
13년 전 조회 2,936
13년 전 조회 3,523
13년 전 조회 4,760
13년 전 조회 2,529
13년 전 조회 3,502
13년 전 조회 2,343
13년 전 조회 2,804
13년 전 조회 3,434
13년 전 조회 3,075
13년 전 조회 5,875
13년 전 조회 3,982
13년 전 조회 4,167
13년 전 조회 2,525
13년 전 조회 9,859
13년 전 조회 4,685
13년 전 조회 2,752
13년 전 조회 2,621
13년 전 조회 4,010
13년 전 조회 6,735
13년 전 조회 4,749
13년 전 조회 2,672
13년 전 조회 1.5만
13년 전 조회 2,537
13년 전 조회 1,960
13년 전 조회 5,157
13년 전 조회 2,647
13년 전 조회 1.1만
13년 전 조회 2,137
13년 전 조회 2,465
13년 전 조회 4,579
13년 전 조회 2,195
13년 전 조회 3,092
13년 전 조회 5,022
13년 전 조회 2,403
13년 전 조회 2,296
13년 전 조회 6,675
13년 전 조회 2,769
13년 전 조회 2,082
13년 전 조회 3,852
13년 전 조회 3,866
13년 전 조회 2,836
13년 전 조회 4,269
13년 전 조회 7,939
13년 전 조회 3,501
13년 전 조회 2,110
13년 전 조회 3,250
13년 전 조회 3,199
13년 전 조회 3,966
13년 전 조회 1,962
13년 전 조회 3,060
13년 전 조회 2,017
13년 전 조회 3,127
13년 전 조회 4,045
13년 전 조회 2,445
13년 전 조회 5,251
13년 전 조회 1.1만
13년 전 조회 2,503
13년 전 조회 3,843
13년 전 조회 3,469