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개

와 좋네요 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 2,492
13년 전 조회 2,283
13년 전 조회 4,107
13년 전 조회 1만
13년 전 조회 2,664
13년 전 조회 2,624
13년 전 조회 3,055
13년 전 조회 2,517
13년 전 조회 2,675
13년 전 조회 4,950
13년 전 조회 2,903
13년 전 조회 3,553
13년 전 조회 2,540
13년 전 조회 2,726
13년 전 조회 4,451
13년 전 조회 2,295
13년 전 조회 2,790
13년 전 조회 3,090
13년 전 조회 3,532
13년 전 조회 3,631
13년 전 조회 4,086
13년 전 조회 2,547
13년 전 조회 2,557
13년 전 조회 5,952
13년 전 조회 3,011
13년 전 조회 3,172
13년 전 조회 7,045
13년 전 조회 4,717
13년 전 조회 3,668
13년 전 조회 2,846
13년 전 조회 5,021
13년 전 조회 4,034
13년 전 조회 3,708
13년 전 조회 3,399
13년 전 조회 3,067
13년 전 조회 3,052
13년 전 조회 2,811
13년 전 조회 3,935
13년 전 조회 3,242
13년 전 조회 2,858
13년 전 조회 3,953
13년 전 조회 3,162
13년 전 조회 3,764
13년 전 조회 4,967
13년 전 조회 2,745
13년 전 조회 3,698
13년 전 조회 2,535
13년 전 조회 3,029
13년 전 조회 3,644
13년 전 조회 3,291
13년 전 조회 6,104
13년 전 조회 4,215
13년 전 조회 4,389
13년 전 조회 2,768
13년 전 조회 1만
13년 전 조회 4,906
13년 전 조회 2,974
13년 전 조회 2,851
13년 전 조회 4,242
13년 전 조회 6,976
13년 전 조회 4,959
13년 전 조회 2,886
13년 전 조회 1.5만
13년 전 조회 2,767
13년 전 조회 2,200
13년 전 조회 5,267
13년 전 조회 2,737
13년 전 조회 1.1만
13년 전 조회 2,387
13년 전 조회 2,575
13년 전 조회 4,816
13년 전 조회 2,411
13년 전 조회 3,336
13년 전 조회 5,255
13년 전 조회 2,626
13년 전 조회 2,523
13년 전 조회 6,915
13년 전 조회 2,999
13년 전 조회 2,318
13년 전 조회 4,069
13년 전 조회 4,102
13년 전 조회 3,069
13년 전 조회 4,509
13년 전 조회 8,172
13년 전 조회 3,729
13년 전 조회 2,341
13년 전 조회 3,470
13년 전 조회 3,436
13년 전 조회 4,195
13년 전 조회 2,187
13년 전 조회 3,290
13년 전 조회 2,117
13년 전 조회 3,363
13년 전 조회 4,262
13년 전 조회 2,567
13년 전 조회 5,492
13년 전 조회 1.2만
13년 전 조회 2,718
13년 전 조회 4,097
13년 전 조회 3,719