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년 전 조회 2,207
12년 전 조회 2,024
12년 전 조회 3,814
12년 전 조회 1만
12년 전 조회 2,376
12년 전 조회 2,320
12년 전 조회 2,765
12년 전 조회 2,232
12년 전 조회 2,384
12년 전 조회 4,655
12년 전 조회 2,609
12년 전 조회 3,267
12년 전 조회 2,266
12년 전 조회 2,425
12년 전 조회 4,151
12년 전 조회 1,997
12년 전 조회 2,487
12년 전 조회 2,807
12년 전 조회 3,245
12년 전 조회 3,355
12년 전 조회 3,825
13년 전 조회 2,257
13년 전 조회 2,275
13년 전 조회 5,664
13년 전 조회 2,731
13년 전 조회 2,890
13년 전 조회 6,750
13년 전 조회 4,462
13년 전 조회 3,386
13년 전 조회 2,577
13년 전 조회 4,737
13년 전 조회 3,729
13년 전 조회 3,435
13년 전 조회 3,077
13년 전 조회 2,783
13년 전 조회 2,764
13년 전 조회 2,497
13년 전 조회 3,626
13년 전 조회 2,926
13년 전 조회 2,575
13년 전 조회 3,637
13년 전 조회 2,852
13년 전 조회 3,458
13년 전 조회 4,688
13년 전 조회 2,444
13년 전 조회 3,432
13년 전 조회 2,269
13년 전 조회 2,733
13년 전 조회 3,362
13년 전 조회 3,006
13년 전 조회 5,795
13년 전 조회 3,925
13년 전 조회 4,104
13년 전 조회 2,453
13년 전 조회 9,775
13년 전 조회 4,624
13년 전 조회 2,684
13년 전 조회 2,543
13년 전 조회 3,930
13년 전 조회 6,653
13년 전 조회 4,667
13년 전 조회 2,585
13년 전 조회 1.5만
13년 전 조회 2,465
13년 전 조회 1,883
13년 전 조회 5,142
13년 전 조회 2,635
13년 전 조회 1.1만
13년 전 조회 2,071
13년 전 조회 2,453
13년 전 조회 4,511
13년 전 조회 2,117
13년 전 조회 3,020
13년 전 조회 4,947
13년 전 조회 2,329
13년 전 조회 2,229
13년 전 조회 6,594
13년 전 조회 2,694
13년 전 조회 2,013
13년 전 조회 3,780
13년 전 조회 3,792
13년 전 조회 2,750
13년 전 조회 4,193
13년 전 조회 7,854
13년 전 조회 3,423
13년 전 조회 2,026
13년 전 조회 3,178
13년 전 조회 3,113
13년 전 조회 3,900
13년 전 조회 1,871
13년 전 조회 2,975
13년 전 조회 1,997
13년 전 조회 3,053
13년 전 조회 3,964
13년 전 조회 2,432
13년 전 조회 5,159
13년 전 조회 1.1만
13년 전 조회 2,416
13년 전 조회 3,766
13년 전 조회 3,382