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개

와 좋네요 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
12년 전 조회 2,419
13년 전 조회 2,222
13년 전 조회 4,027
13년 전 조회 1만
13년 전 조회 2,597
13년 전 조회 2,541
13년 전 조회 2,985
13년 전 조회 2,433
13년 전 조회 2,607
13년 전 조회 4,874
13년 전 조회 2,820
13년 전 조회 3,476
13년 전 조회 2,471
13년 전 조회 2,652
13년 전 조회 4,380
13년 전 조회 2,216
13년 전 조회 2,720
13년 전 조회 3,020
13년 전 조회 3,465
13년 전 조회 3,570
13년 전 조회 4,024
13년 전 조회 2,481
13년 전 조회 2,485
13년 전 조회 5,878
13년 전 조회 2,926
13년 전 조회 3,093
13년 전 조회 6,972
13년 전 조회 4,668
13년 전 조회 3,594
13년 전 조회 2,771
13년 전 조회 4,954
13년 전 조회 3,963
13년 전 조회 3,643
13년 전 조회 3,323
13년 전 조회 3,004
13년 전 조회 2,974
13년 전 조회 2,735
13년 전 조회 3,856
13년 전 조회 3,164
13년 전 조회 2,794
13년 전 조회 3,878
13년 전 조회 3,083
13년 전 조회 3,680
13년 전 조회 4,904
13년 전 조회 2,659
13년 전 조회 3,621
13년 전 조회 2,465
13년 전 조회 2,960
13년 전 조회 3,569
13년 전 조회 3,218
13년 전 조회 6,019
13년 전 조회 4,131
13년 전 조회 4,289
13년 전 조회 2,688
13년 전 조회 9,999
13년 전 조회 4,818
13년 전 조회 2,889
13년 전 조회 2,766
13년 전 조회 4,157
13년 전 조회 6,883
13년 전 조회 4,874
13년 전 조회 2,798
13년 전 조회 1.5만
13년 전 조회 2,673
13년 전 조회 2,103
13년 전 조회 5,233
13년 전 조회 2,705
13년 전 조회 1.1만
13년 전 조회 2,283
13년 전 조회 2,543
13년 전 조회 4,725
13년 전 조회 2,335
13년 전 조회 3,244
13년 전 조회 5,159
13년 전 조회 2,532
13년 전 조회 2,439
13년 전 조회 6,821
13년 전 조회 2,914
13년 전 조회 2,230
13년 전 조회 3,979
13년 전 조회 4,007
13년 전 조회 2,972
13년 전 조회 4,417
13년 전 조회 8,082
13년 전 조회 3,636
13년 전 조회 2,246
13년 전 조회 3,389
13년 전 조회 3,337
13년 전 조회 4,095
13년 전 조회 2,105
13년 전 조회 3,199
13년 전 조회 2,085
13년 전 조회 3,268
13년 전 조회 4,179
13년 전 조회 2,518
13년 전 조회 5,378
13년 전 조회 1.2만
13년 전 조회 2,624
13년 전 조회 4,013
13년 전 조회 3,610