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,448
13년 전 조회 2,243
13년 전 조회 4,058
13년 전 조회 1만
13년 전 조회 2,625
13년 전 조회 2,571
13년 전 조회 3,018
13년 전 조회 2,468
13년 전 조회 2,630
13년 전 조회 4,905
13년 전 조회 2,857
13년 전 조회 3,508
13년 전 조회 2,495
13년 전 조회 2,671
13년 전 조회 4,407
13년 전 조회 2,243
13년 전 조회 2,739
13년 전 조회 3,050
13년 전 조회 3,488
13년 전 조회 3,595
13년 전 조회 4,046
13년 전 조회 2,497
13년 전 조회 2,516
13년 전 조회 5,908
13년 전 조회 2,954
13년 전 조회 3,119
13년 전 조회 6,998
13년 전 조회 4,686
13년 전 조회 3,628
13년 전 조회 2,799
13년 전 조회 4,980
13년 전 조회 3,992
13년 전 조회 3,668
13년 전 조회 3,352
13년 전 조회 3,025
13년 전 조회 2,998
13년 전 조회 2,760
13년 전 조회 3,884
13년 전 조회 3,196
13년 전 조회 2,817
13년 전 조회 3,906
13년 전 조회 3,109
13년 전 조회 3,710
13년 전 조회 4,930
13년 전 조회 2,689
13년 전 조회 3,647
13년 전 조회 2,492
13년 전 조회 2,986
13년 전 조회 3,596
13년 전 조회 3,251
13년 전 조회 6,049
13년 전 조회 4,160
13년 전 조회 4,332
13년 전 조회 2,717
13년 전 조회 1만
13년 전 조회 4,849
13년 전 조회 2,921
13년 전 조회 2,796
13년 전 조회 4,187
13년 전 조회 6,910
13년 전 조회 4,908
13년 전 조회 2,826
13년 전 조회 1.5만
13년 전 조회 2,709
13년 전 조회 2,139
13년 전 조회 5,247
13년 전 조회 2,723
13년 전 조회 1.1만
13년 전 조회 2,315
13년 전 조회 2,565
13년 전 조회 4,755
13년 전 조회 2,362
13년 전 조회 3,275
13년 전 조회 5,193
13년 전 조회 2,563
13년 전 조회 2,468
13년 전 조회 6,851
13년 전 조회 2,943
13년 전 조회 2,264
13년 전 조회 4,011
13년 전 조회 4,044
13년 전 조회 3,017
13년 전 조회 4,455
13년 전 조회 8,112
13년 전 조회 3,681
13년 전 조회 2,289
13년 전 조회 3,412
13년 전 조회 3,373
13년 전 조회 4,135
13년 전 조회 2,135
13년 전 조회 3,233
13년 전 조회 2,094
13년 전 조회 3,300
13년 전 조회 4,206
13년 전 조회 2,545
13년 전 조회 5,427
13년 전 조회 1.2만
13년 전 조회 2,660
13년 전 조회 4,053
13년 전 조회 3,649