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,483
13년 전 조회 2,276
13년 전 조회 4,100
13년 전 조회 1만
13년 전 조회 2,659
13년 전 조회 2,611
13년 전 조회 3,051
13년 전 조회 2,510
13년 전 조회 2,663
13년 전 조회 4,940
13년 전 조회 2,889
13년 전 조회 3,544
13년 전 조회 2,528
13년 전 조회 2,714
13년 전 조회 4,443
13년 전 조회 2,280
13년 전 조회 2,778
13년 전 조회 3,086
13년 전 조회 3,522
13년 전 조회 3,625
13년 전 조회 4,080
13년 전 조회 2,536
13년 전 조회 2,551
13년 전 조회 5,938
13년 전 조회 2,994
13년 전 조회 3,160
13년 전 조회 7,035
13년 전 조회 4,708
13년 전 조회 3,658
13년 전 조회 2,838
13년 전 조회 5,013
13년 전 조회 4,027
13년 전 조회 3,699
13년 전 조회 3,386
13년 전 조회 3,054
13년 전 조회 3,037
13년 전 조회 2,801
13년 전 조회 3,922
13년 전 조회 3,232
13년 전 조회 2,850
13년 전 조회 3,942
13년 전 조회 3,147
13년 전 조회 3,746
13년 전 조회 4,962
13년 전 조회 2,731
13년 전 조회 3,689
13년 전 조회 2,528
13년 전 조회 3,021
13년 전 조회 3,627
13년 전 조회 3,281
13년 전 조회 6,093
13년 전 조회 4,197
13년 전 조회 4,379
13년 전 조회 2,759
13년 전 조회 1만
13년 전 조회 4,894
13년 전 조회 2,965
13년 전 조회 2,840
13년 전 조회 4,233
13년 전 조회 6,962
13년 전 조회 4,948
13년 전 조회 2,877
13년 전 조회 1.5만
13년 전 조회 2,760
13년 전 조회 2,187
13년 전 조회 5,264
13년 전 조회 2,732
13년 전 조회 1.1만
13년 전 조회 2,373
13년 전 조회 2,574
13년 전 조회 4,807
13년 전 조회 2,403
13년 전 조회 3,329
13년 전 조회 5,247
13년 전 조회 2,613
13년 전 조회 2,509
13년 전 조회 6,902
13년 전 조회 2,992
13년 전 조회 2,306
13년 전 조회 4,059
13년 전 조회 4,090
13년 전 조회 3,062
13년 전 조회 4,497
13년 전 조회 8,161
13년 전 조회 3,719
13년 전 조회 2,332
13년 전 조회 3,457
13년 전 조회 3,427
13년 전 조회 4,182
13년 전 조회 2,181
13년 전 조회 3,279
13년 전 조회 2,114
13년 전 조회 3,343
13년 전 조회 4,257
13년 전 조회 2,563
13년 전 조회 5,478
13년 전 조회 1.2만
13년 전 조회 2,705
13년 전 조회 4,086
13년 전 조회 3,709