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,895
12년 전 조회 1,670
12년 전 조회 3,525
12년 전 조회 9,758
12년 전 조회 2,060
12년 전 조회 2,023
12년 전 조회 2,459
12년 전 조회 1,950
12년 전 조회 2,122
12년 전 조회 4,371
12년 전 조회 2,291
12년 전 조회 2,954
12년 전 조회 1,941
12년 전 조회 2,137
12년 전 조회 3,841
12년 전 조회 1,671
12년 전 조회 2,159
12년 전 조회 2,479
12년 전 조회 2,920
12년 전 조회 3,023
12년 전 조회 3,477
12년 전 조회 1,933
12년 전 조회 1,991
12년 전 조회 5,332
12년 전 조회 2,398
12년 전 조회 2,575
12년 전 조회 6,410
12년 전 조회 4,115
12년 전 조회 3,071
12년 전 조회 2,211
12년 전 조회 4,403
12년 전 조회 3,409
12년 전 조회 3,094
12년 전 조회 2,758
12년 전 조회 2,443
12년 전 조회 2,461
12년 전 조회 2,205
12년 전 조회 3,278
12년 전 조회 2,597
12년 전 조회 2,283
12년 전 조회 3,352
12년 전 조회 2,537
12년 전 조회 3,132
12년 전 조회 4,335
12년 전 조회 2,087
12년 전 조회 3,094
12년 전 조회 1,948
12년 전 조회 2,411
13년 전 조회 3,063
13년 전 조회 2,674
13년 전 조회 5,479
13년 전 조회 3,602
13년 전 조회 3,772
13년 전 조회 2,159
13년 전 조회 9,464
13년 전 조회 4,284
13년 전 조회 2,343
13년 전 조회 2,197
13년 전 조회 3,633
13년 전 조회 6,324
13년 전 조회 4,345
13년 전 조회 2,251
13년 전 조회 1.4만
13년 전 조회 2,130
13년 전 조회 1,538
13년 전 조회 4,808
13년 전 조회 2,314
13년 전 조회 1만
13년 전 조회 1,726
13년 전 조회 2,064
13년 전 조회 4,187
13년 전 조회 1,812
13년 전 조회 2,697
13년 전 조회 4,676
13년 전 조회 2,007
13년 전 조회 1,899
13년 전 조회 6,273
13년 전 조회 2,394
13년 전 조회 1,724
13년 전 조회 3,437
13년 전 조회 3,465
13년 전 조회 2,427
13년 전 조회 3,853
13년 전 조회 7,537
13년 전 조회 3,111
13년 전 조회 1,676
13년 전 조회 2,840
13년 전 조회 2,801
13년 전 조회 3,547
13년 전 조회 1,528
13년 전 조회 2,619
13년 전 조회 1,592
13년 전 조회 2,728
13년 전 조회 3,622
13년 전 조회 2,073
13년 전 조회 4,800
13년 전 조회 1.1만
13년 전 조회 2,079
13년 전 조회 3,465
13년 전 조회 3,057