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,781
12년 전 조회 1,562
12년 전 조회 3,412
12년 전 조회 9,652
12년 전 조회 1,955
12년 전 조회 1,904
12년 전 조회 2,351
12년 전 조회 1,833
12년 전 조회 2,010
12년 전 조회 4,271
12년 전 조회 2,183
12년 전 조회 2,845
12년 전 조회 1,836
12년 전 조회 2,025
12년 전 조회 3,729
12년 전 조회 1,567
12년 전 조회 2,054
12년 전 조회 2,373
12년 전 조회 2,804
12년 전 조회 2,911
12년 전 조회 3,357
12년 전 조회 1,820
12년 전 조회 1,870
12년 전 조회 5,233
12년 전 조회 2,290
12년 전 조회 2,472
12년 전 조회 6,293
12년 전 조회 4,004
12년 전 조회 2,960
12년 전 조회 2,107
12년 전 조회 4,274
12년 전 조회 3,294
12년 전 조회 2,971
12년 전 조회 2,640
12년 전 조회 2,326
12년 전 조회 2,342
12년 전 조회 2,080
12년 전 조회 3,154
12년 전 조회 2,474
12년 전 조회 2,176
12년 전 조회 3,238
12년 전 조회 2,423
12년 전 조회 3,008
12년 전 조회 4,229
12년 전 조회 1,987
12년 전 조회 2,966
12년 전 조회 1,825
12년 전 조회 2,303
12년 전 조회 2,945
12년 전 조회 2,567
12년 전 조회 5,363
12년 전 조회 3,485
12년 전 조회 3,678
12년 전 조회 2,042
12년 전 조회 9,358
12년 전 조회 4,175
12년 전 조회 2,226
12년 전 조회 2,101
12년 전 조회 3,531
12년 전 조회 6,213
12년 전 조회 4,237
13년 전 조회 2,139
13년 전 조회 1.4만
13년 전 조회 2,017
13년 전 조회 1,444
13년 전 조회 4,794
13년 전 조회 2,282
13년 전 조회 1만
13년 전 조회 1,622
13년 전 조회 2,047
13년 전 조회 4,075
13년 전 조회 1,701
13년 전 조회 2,602
13년 전 조회 4,588
13년 전 조회 1,896
13년 전 조회 1,785
13년 전 조회 6,155
13년 전 조회 2,282
13년 전 조회 1,613
13년 전 조회 3,351
13년 전 조회 3,347
13년 전 조회 2,327
13년 전 조회 3,744
13년 전 조회 7,431
13년 전 조회 3,013
13년 전 조회 1,570
13년 전 조회 2,738
13년 전 조회 2,708
13년 전 조회 3,453
13년 전 조회 1,421
13년 전 조회 2,521
13년 전 조회 1,574
13년 전 조회 2,616
13년 전 조회 3,510
13년 전 조회 2,057
13년 전 조회 4,703
13년 전 조회 1.1만
13년 전 조회 1,970
13년 전 조회 3,341
13년 전 조회 2,963