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,754
12년 전 조회 1,532
12년 전 조회 3,384
12년 전 조회 9,616
12년 전 조회 1,928
12년 전 조회 1,882
12년 전 조회 2,317
12년 전 조회 1,806
12년 전 조회 1,982
12년 전 조회 4,243
12년 전 조회 2,153
12년 전 조회 2,817
12년 전 조회 1,810
12년 전 조회 1,989
12년 전 조회 3,696
12년 전 조회 1,532
12년 전 조회 2,024
12년 전 조회 2,347
12년 전 조회 2,778
12년 전 조회 2,887
12년 전 조회 3,327
12년 전 조회 1,789
12년 전 조회 1,840
12년 전 조회 5,204
12년 전 조회 2,265
12년 전 조회 2,444
12년 전 조회 6,268
12년 전 조회 3,960
12년 전 조회 2,932
12년 전 조회 2,079
12년 전 조회 4,251
12년 전 조회 3,262
12년 전 조회 2,940
12년 전 조회 2,614
12년 전 조회 2,296
12년 전 조회 2,315
12년 전 조회 2,049
12년 전 조회 3,125
12년 전 조회 2,444
12년 전 조회 2,148
12년 전 조회 3,213
12년 전 조회 2,394
12년 전 조회 2,987
12년 전 조회 4,206
12년 전 조회 1,960
12년 전 조회 2,940
12년 전 조회 1,800
12년 전 조회 2,280
12년 전 조회 2,922
12년 전 조회 2,530
12년 전 조회 5,338
12년 전 조회 3,453
12년 전 조회 3,647
12년 전 조회 2,011
12년 전 조회 9,333
12년 전 조회 4,145
12년 전 조회 2,205
12년 전 조회 2,074
12년 전 조회 3,507
12년 전 조회 6,192
12년 전 조회 4,208
12년 전 조회 2,117
12년 전 조회 1.4만
12년 전 조회 1,993
12년 전 조회 1,422
12년 전 조회 4,789
12년 전 조회 2,268
13년 전 조회 1만
13년 전 조회 1,595
13년 전 조회 2,038
13년 전 조회 4,043
13년 전 조회 1,676
13년 전 조회 2,577
13년 전 조회 4,564
13년 전 조회 1,874
13년 전 조회 1,762
13년 전 조회 6,130
13년 전 조회 2,263
13년 전 조회 1,593
13년 전 조회 3,328
13년 전 조회 3,319
13년 전 조회 2,306
13년 전 조회 3,718
13년 전 조회 7,408
13년 전 조회 2,987
13년 전 조회 1,551
13년 전 조회 2,712
13년 전 조회 2,686
13년 전 조회 3,430
13년 전 조회 1,402
13년 전 조회 2,495
13년 전 조회 1,569
13년 전 조회 2,583
13년 전 조회 3,486
13년 전 조회 2,054
13년 전 조회 4,688
13년 전 조회 1.1만
13년 전 조회 1,949
13년 전 조회 3,319
13년 전 조회 2,941