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,331
12년 전 조회 2,138
12년 전 조회 3,936
12년 전 조회 1만
12년 전 조회 2,496
12년 전 조회 2,441
12년 전 조회 2,887
12년 전 조회 2,340
12년 전 조회 2,510
12년 전 조회 4,775
12년 전 조회 2,729
12년 전 조회 3,380
12년 전 조회 2,374
12년 전 조회 2,542
12년 전 조회 4,263
12년 전 조회 2,123
12년 전 조회 2,607
13년 전 조회 2,916
13년 전 조회 3,368
13년 전 조회 3,470
13년 전 조회 3,911
13년 전 조회 2,374
13년 전 조회 2,390
13년 전 조회 5,771
13년 전 조회 2,825
13년 전 조회 3,000
13년 전 조회 6,868
13년 전 조회 4,570
13년 전 조회 3,482
13년 전 조회 2,684
13년 전 조회 4,858
13년 전 조회 3,847
13년 전 조회 3,533
13년 전 조회 3,209
13년 전 조회 2,894
13년 전 조회 2,875
13년 전 조회 2,621
13년 전 조회 3,761
13년 전 조회 3,051
13년 전 조회 2,682
13년 전 조회 3,773
13년 전 조회 2,987
13년 전 조회 3,562
13년 전 조회 4,797
13년 전 조회 2,563
13년 전 조회 3,534
13년 전 조회 2,379
13년 전 조회 2,843
13년 전 조회 3,466
13년 전 조회 3,112
13년 전 조회 5,913
13년 전 조회 4,018
13년 전 조회 4,201
13년 전 조회 2,568
13년 전 조회 9,901
13년 전 조회 4,722
13년 전 조회 2,793
13년 전 조회 2,659
13년 전 조회 4,052
13년 전 조회 6,773
13년 전 조회 4,780
13년 전 조회 2,698
13년 전 조회 1.5만
13년 전 조회 2,585
13년 전 조회 1,995
13년 전 조회 5,177
13년 전 조회 2,658
13년 전 조회 1.1만
13년 전 조회 2,178
13년 전 조회 2,491
13년 전 조회 4,610
13년 전 조회 2,227
13년 전 조회 3,124
13년 전 조회 5,056
13년 전 조회 2,430
13년 전 조회 2,321
13년 전 조회 6,713
13년 전 조회 2,809
13년 전 조회 2,119
13년 전 조회 3,885
13년 전 조회 3,901
13년 전 조회 2,874
13년 전 조회 4,304
13년 전 조회 7,973
13년 전 조회 3,522
13년 전 조회 2,136
13년 전 조회 3,280
13년 전 조회 3,234
13년 전 조회 3,996
13년 전 조회 1,996
13년 전 조회 3,099
13년 전 조회 2,038
13년 전 조회 3,156
13년 전 조회 4,071
13년 전 조회 2,460
13년 전 조회 5,284
13년 전 조회 1.1만
13년 전 조회 2,536
13년 전 조회 3,878
13년 전 조회 3,509