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,359
12년 전 조회 2,167
12년 전 조회 3,966
12년 전 조회 1만
12년 전 조회 2,524
12년 전 조회 2,470
12년 전 조회 2,911
12년 전 조회 2,372
12년 전 조회 2,543
12년 전 조회 4,803
12년 전 조회 2,754
12년 전 조회 3,413
12년 전 조회 2,401
12년 전 조회 2,576
12년 전 조회 4,303
13년 전 조회 2,146
13년 전 조회 2,642
13년 전 조회 2,948
13년 전 조회 3,395
13년 전 조회 3,502
13년 전 조회 3,947
13년 전 조회 2,403
13년 전 조회 2,419
13년 전 조회 5,799
13년 전 조회 2,855
13년 전 조회 3,030
13년 전 조회 6,905
13년 전 조회 4,604
13년 전 조회 3,520
13년 전 조회 2,710
13년 전 조회 4,887
13년 전 조회 3,871
13년 전 조회 3,564
13년 전 조회 3,242
13년 전 조회 2,934
13년 전 조회 2,907
13년 전 조회 2,659
13년 전 조회 3,791
13년 전 조회 3,085
13년 전 조회 2,718
13년 전 조회 3,799
13년 전 조회 3,010
13년 전 조회 3,598
13년 전 조회 4,832
13년 전 조회 2,591
13년 전 조회 3,560
13년 전 조회 2,403
13년 전 조회 2,871
13년 전 조회 3,496
13년 전 조회 3,140
13년 전 조회 5,939
13년 전 조회 4,047
13년 전 조회 4,227
13년 전 조회 2,602
13년 전 조회 9,930
13년 전 조회 4,755
13년 전 조회 2,818
13년 전 조회 2,684
13년 전 조회 4,082
13년 전 조회 6,800
13년 전 조회 4,806
13년 전 조회 2,721
13년 전 조회 1.5만
13년 전 조회 2,610
13년 전 조회 2,026
13년 전 조회 5,198
13년 전 조회 2,669
13년 전 조회 1.1만
13년 전 조회 2,210
13년 전 조회 2,509
13년 전 조회 4,639
13년 전 조회 2,254
13년 전 조회 3,149
13년 전 조회 5,074
13년 전 조회 2,454
13년 전 조회 2,365
13년 전 조회 6,742
13년 전 조회 2,846
13년 전 조회 2,153
13년 전 조회 3,909
13년 전 조회 3,924
13년 전 조회 2,901
13년 전 조회 4,333
13년 전 조회 7,999
13년 전 조회 3,548
13년 전 조회 2,163
13년 전 조회 3,305
13년 전 조회 3,257
13년 전 조회 4,022
13년 전 조회 2,016
13년 전 조회 3,111
13년 전 조회 2,050
13년 전 조회 3,177
13년 전 조회 4,101
13년 전 조회 2,485
13년 전 조회 5,311
13년 전 조회 1.1만
13년 전 조회 2,556
13년 전 조회 3,920
13년 전 조회 3,525