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년 전 조회 1,909
12년 전 조회 1,684
12년 전 조회 3,537
12년 전 조회 9,771
12년 전 조회 2,073
12년 전 조회 2,045
12년 전 조회 2,473
12년 전 조회 1,961
12년 전 조회 2,139
12년 전 조회 4,383
12년 전 조회 2,302
12년 전 조회 2,965
12년 전 조회 1,955
12년 전 조회 2,147
12년 전 조회 3,855
12년 전 조회 1,689
12년 전 조회 2,179
12년 전 조회 2,492
12년 전 조회 2,937
12년 전 조회 3,041
12년 전 조회 3,492
12년 전 조회 1,946
12년 전 조회 2,006
12년 전 조회 5,343
12년 전 조회 2,420
12년 전 조회 2,602
12년 전 조회 6,425
12년 전 조회 4,123
12년 전 조회 3,087
12년 전 조회 2,228
12년 전 조회 4,424
12년 전 조회 3,428
12년 전 조회 3,110
12년 전 조회 2,777
12년 전 조회 2,457
12년 전 조회 2,477
12년 전 조회 2,215
12년 전 조회 3,289
12년 전 조회 2,615
12년 전 조회 2,296
12년 전 조회 3,368
12년 전 조회 2,556
12년 전 조회 3,152
12년 전 조회 4,358
12년 전 조회 2,102
12년 전 조회 3,106
12년 전 조회 1,965
13년 전 조회 2,429
13년 전 조회 3,077
13년 전 조회 2,686
13년 전 조회 5,499
13년 전 조회 3,615
13년 전 조회 3,785
13년 전 조회 2,180
13년 전 조회 9,479
13년 전 조회 4,298
13년 전 조회 2,360
13년 전 조회 2,213
13년 전 조회 3,652
13년 전 조회 6,334
13년 전 조회 4,358
13년 전 조회 2,266
13년 전 조회 1.4만
13년 전 조회 2,153
13년 전 조회 1,561
13년 전 조회 4,836
13년 전 조회 2,341
13년 전 조회 1만
13년 전 조회 1,745
13년 전 조회 2,092
13년 전 조회 4,211
13년 전 조회 1,824
13년 전 조회 2,712
13년 전 조회 4,681
13년 전 조회 2,027
13년 전 조회 1,917
13년 전 조회 6,299
13년 전 조회 2,416
13년 전 조회 1,740
13년 전 조회 3,460
13년 전 조회 3,487
13년 전 조회 2,438
13년 전 조회 3,871
13년 전 조회 7,558
13년 전 조회 3,119
13년 전 조회 1,697
13년 전 조회 2,858
13년 전 조회 2,813
13년 전 조회 3,568
13년 전 조회 1,544
13년 전 조회 2,629
13년 전 조회 1,623
13년 전 조회 2,746
13년 전 조회 3,639
13년 전 조회 2,098
13년 전 조회 4,821
13년 전 조회 1.1만
13년 전 조회 2,104
13년 전 조회 3,482
13년 전 조회 3,083