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,494
13년 전 조회 2,291
13년 전 조회 4,109
13년 전 조회 1만
13년 전 조회 2,669
13년 전 조회 2,630
13년 전 조회 3,060
13년 전 조회 2,522
13년 전 조회 2,679
13년 전 조회 4,953
13년 전 조회 2,910
13년 전 조회 3,553
13년 전 조회 2,547
13년 전 조회 2,732
13년 전 조회 4,462
13년 전 조회 2,301
13년 전 조회 2,792
13년 전 조회 3,097
13년 전 조회 3,541
13년 전 조회 3,642
13년 전 조회 4,091
13년 전 조회 2,556
13년 전 조회 2,565
13년 전 조회 5,957
13년 전 조회 3,019
13년 전 조회 3,183
13년 전 조회 7,052
13년 전 조회 4,722
13년 전 조회 3,672
13년 전 조회 2,849
13년 전 조회 5,026
13년 전 조회 4,042
13년 전 조회 3,716
13년 전 조회 3,403
13년 전 조회 3,075
13년 전 조회 3,059
13년 전 조회 2,817
13년 전 조회 3,941
13년 전 조회 3,247
13년 전 조회 2,859
13년 전 조회 3,959
13년 전 조회 3,171
13년 전 조회 3,770
13년 전 조회 4,977
13년 전 조회 2,751
13년 전 조회 3,704
13년 전 조회 2,543
13년 전 조회 3,041
13년 전 조회 3,651
13년 전 조회 3,299
13년 전 조회 6,109
13년 전 조회 4,222
13년 전 조회 4,396
13년 전 조회 2,775
13년 전 조회 1만
13년 전 조회 4,912
13년 전 조회 2,981
13년 전 조회 2,859
13년 전 조회 4,252
13년 전 조회 6,985
13년 전 조회 4,974
13년 전 조회 2,894
13년 전 조회 1.5만
13년 전 조회 2,773
13년 전 조회 2,204
13년 전 조회 5,267
13년 전 조회 2,739
13년 전 조회 1.1만
13년 전 조회 2,390
13년 전 조회 2,578
13년 전 조회 4,823
13년 전 조회 2,424
13년 전 조회 3,341
13년 전 조회 5,261
13년 전 조회 2,631
13년 전 조회 2,531
13년 전 조회 6,921
13년 전 조회 3,006
13년 전 조회 2,328
13년 전 조회 4,073
13년 전 조회 4,105
13년 전 조회 3,074
13년 전 조회 4,513
13년 전 조회 8,179
13년 전 조회 3,737
13년 전 조회 2,352
13년 전 조회 3,474
13년 전 조회 3,447
13년 전 조회 4,197
13년 전 조회 2,190
13년 전 조회 3,294
13년 전 조회 2,118
13년 전 조회 3,369
13년 전 조회 4,270
13년 전 조회 2,568
13년 전 조회 5,497
13년 전 조회 1.2만
13년 전 조회 2,721
13년 전 조회 4,105
13년 전 조회 3,729