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,417
13년 전 조회 2,219
13년 전 조회 4,025
13년 전 조회 1만
13년 전 조회 2,597
13년 전 조회 2,540
13년 전 조회 2,985
13년 전 조회 2,430
13년 전 조회 2,607
13년 전 조회 4,873
13년 전 조회 2,819
13년 전 조회 3,476
13년 전 조회 2,471
13년 전 조회 2,651
13년 전 조회 4,379
13년 전 조회 2,215
13년 전 조회 2,718
13년 전 조회 3,016
13년 전 조회 3,459
13년 전 조회 3,570
13년 전 조회 4,022
13년 전 조회 2,479
13년 전 조회 2,485
13년 전 조회 5,876
13년 전 조회 2,924
13년 전 조회 3,092
13년 전 조회 6,970
13년 전 조회 4,666
13년 전 조회 3,593
13년 전 조회 2,770
13년 전 조회 4,951
13년 전 조회 3,962
13년 전 조회 3,642
13년 전 조회 3,319
13년 전 조회 3,003
13년 전 조회 2,971
13년 전 조회 2,733
13년 전 조회 3,855
13년 전 조회 3,162
13년 전 조회 2,792
13년 전 조회 3,875
13년 전 조회 3,083
13년 전 조회 3,679
13년 전 조회 4,903
13년 전 조회 2,657
13년 전 조회 3,620
13년 전 조회 2,464
13년 전 조회 2,957
13년 전 조회 3,568
13년 전 조회 3,216
13년 전 조회 6,017
13년 전 조회 4,128
13년 전 조회 4,286
13년 전 조회 2,685
13년 전 조회 9,997
13년 전 조회 4,817
13년 전 조회 2,889
13년 전 조회 2,762
13년 전 조회 4,154
13년 전 조회 6,880
13년 전 조회 4,873
13년 전 조회 2,795
13년 전 조회 1.5만
13년 전 조회 2,672
13년 전 조회 2,099
13년 전 조회 5,231
13년 전 조회 2,704
13년 전 조회 1.1만
13년 전 조회 2,280
13년 전 조회 2,540
13년 전 조회 4,723
13년 전 조회 2,333
13년 전 조회 3,241
13년 전 조회 5,155
13년 전 조회 2,529
13년 전 조회 2,434
13년 전 조회 6,818
13년 전 조회 2,911
13년 전 조회 2,228
13년 전 조회 3,978
13년 전 조회 4,004
13년 전 조회 2,972
13년 전 조회 4,417
13년 전 조회 8,079
13년 전 조회 3,634
13년 전 조회 2,241
13년 전 조회 3,385
13년 전 조회 3,335
13년 전 조회 4,091
13년 전 조회 2,102
13년 전 조회 3,194
13년 전 조회 2,084
13년 전 조회 3,267
13년 전 조회 4,177
13년 전 조회 2,517
13년 전 조회 5,378
13년 전 조회 1.2만
13년 전 조회 2,619
13년 전 조회 4,009
13년 전 조회 3,607