초보 우편번호 검색 질문드립니다... 정보
초보 우편번호 검색 질문드립니다...본문
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="../ajax_register_form.jquery.js"></script>
<script type="text/javascript" src="../js/md5.js"></script>
<script type="text/javascript" src="./common.js"></script>
</head>
<body>
<form name="fwrite" method="post" action="./update.php">
<table width="750px" border="1" cellspacing="0" cellpadding="0">
<tr>
<td scope="col" width="150px" bgcolor="#f18a2e">회사명(*)</td>
<td scope="col" width="225px"><input type="text" size="25" name=txt1 /></td>
<td scope="col" width="150" bgcolor="#f18a2e">사업자등록번호(*)</td>
<td scope="col" width="225px"><input type="text" size="2" name=no1 />-<input type="text" size="3" name=no2 />-<input type="text" name=no3 size="5" /></td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">사무실전화(*)</td>
<td>
<select name=tel1>
<option value="select">선택</option>
<option value="02">02</option>
<option value="031">031</option>
<option value="02">032</option>
</select>
-<input type="text" size="3" name=tel2 />
-<input type="text" size="3" name=tel3 />
</td>
<td width="150" bgcolor="#f18a2e">FAX(*)</td>
<td>
<select name=fax>
<option value="select">선택</option>
<option value="02">02</option>
<option value="031">031</option>
<option value="02">032</option>
</select>
- <input type="text" size="3" name=fax1 />
- <input type="text" size="3" name=fax2 />
</td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">담당자명(*)</td>
<td><input type="text" size="20" name=txt2 /></td>
<td width="150" bgcolor="#f18a2e">휴대폰(*)</td>
<td>
<select name=phone>
<option value="select">선택</option>
<option value="02">011</option>
<option value="031">010</option>
<option value="02">015</option>
</select>
- <input type="text" size="3" name=phone1 />
- <input type="text" size="3" name=phone2 />
</td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">이메일(*)</td>
<td colspan="3"><input type="text" size="30" name=email /></td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">청구지 주소(*)</td>
<td colspan="3"><input type="text" size="4" name='wo1' maxlength=3 readonly itemname='우편번호 앞자리' value='' />
-
<input type="text" name='wo2' size=4 maxlength=3 readonly itemname='우편번호 뒷자리' value="" />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 readonly itemname='주소' value=''><br />
<input class=ed type=text name='ju2' size=60 itemname='상세주소' value=''>
</td>
</tr>
</table>
우편번호 검색 기능을 Html 페이지에 입히려고 하는데여..
검색창을 눌러도..우편검색 창은 안뜨고 무런 소식이 없습니다.ㅠㅠ 어떻게 해야 하나여
<script type="text/javascript" src="../ajax_register_form.jquery.js"></script>
<script type="text/javascript" src="../js/md5.js"></script>
<script type="text/javascript" src="./common.js"></script>
</head>
<body>
<form name="fwrite" method="post" action="./update.php">
<table width="750px" border="1" cellspacing="0" cellpadding="0">
<tr>
<td scope="col" width="150px" bgcolor="#f18a2e">회사명(*)</td>
<td scope="col" width="225px"><input type="text" size="25" name=txt1 /></td>
<td scope="col" width="150" bgcolor="#f18a2e">사업자등록번호(*)</td>
<td scope="col" width="225px"><input type="text" size="2" name=no1 />-<input type="text" size="3" name=no2 />-<input type="text" name=no3 size="5" /></td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">사무실전화(*)</td>
<td>
<select name=tel1>
<option value="select">선택</option>
<option value="02">02</option>
<option value="031">031</option>
<option value="02">032</option>
</select>
-<input type="text" size="3" name=tel2 />
-<input type="text" size="3" name=tel3 />
</td>
<td width="150" bgcolor="#f18a2e">FAX(*)</td>
<td>
<select name=fax>
<option value="select">선택</option>
<option value="02">02</option>
<option value="031">031</option>
<option value="02">032</option>
</select>
- <input type="text" size="3" name=fax1 />
- <input type="text" size="3" name=fax2 />
</td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">담당자명(*)</td>
<td><input type="text" size="20" name=txt2 /></td>
<td width="150" bgcolor="#f18a2e">휴대폰(*)</td>
<td>
<select name=phone>
<option value="select">선택</option>
<option value="02">011</option>
<option value="031">010</option>
<option value="02">015</option>
</select>
- <input type="text" size="3" name=phone1 />
- <input type="text" size="3" name=phone2 />
</td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">이메일(*)</td>
<td colspan="3"><input type="text" size="30" name=email /></td>
</tr>
<tr>
<td width="150" bgcolor="#f18a2e">청구지 주소(*)</td>
<td colspan="3"><input type="text" size="4" name='wo1' maxlength=3 readonly itemname='우편번호 앞자리' value='' />
-
<input type="text" name='wo2' size=4 maxlength=3 readonly itemname='우편번호 뒷자리' value="" />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 readonly itemname='주소' value=''><br />
<input class=ed type=text name='ju2' size=60 itemname='상세주소' value=''>
</td>
</tr>
</table>
우편번호 검색 기능을 Html 페이지에 입히려고 하는데여..
검색창을 눌러도..우편검색 창은 안뜨고 무런 소식이 없습니다.ㅠㅠ 어떻게 해야 하나여
댓글 전체
<input type="text" size="4" name='wo1' maxlength=3 readonly <?=$config[cf_req_addr]?'required':'';?> itemname='우편번호 앞자리' value='<?=$wo1?>' />
-
<input type="text" name='wo2' size=4 maxlength=3 readonly <?=$config[cf_req_addr]?'required':'';?> itemname='우편번호 뒷자리' value="<?=$wo2?>" />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 readonly <?=$config[cf_req_addr]?'required':'';?> itemname='주소' value='<?=$ju1?>'><br />
<input class=ed type=text name='ju2' size=60 <?=$config[cf_req_addr]?'required':'';?> itemname='상세주소' value='<?=$ju2?>'>
-
<input type="text" name='wo2' size=4 maxlength=3 readonly <?=$config[cf_req_addr]?'required':'';?> itemname='우편번호 뒷자리' value="<?=$wo2?>" />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 readonly <?=$config[cf_req_addr]?'required':'';?> itemname='주소' value='<?=$ju1?>'><br />
<input class=ed type=text name='ju2' size=60 <?=$config[cf_req_addr]?'required':'';?> itemname='상세주소' value='<?=$ju2?>'>
모바일님 위에 소스를 했는데도...검색 버튼을 누르면 무소식 깜깜 이네여...
제가 html 페이지에 우편번호 검색창만 가져다 쓸려고 한거였는데..ㅠㅠ;;
모가 문제인지...ㅠㅠ;
제가 html 페이지에 우편번호 검색창만 가져다 쓸려고 한거였는데..ㅠㅠ;;
모가 문제인지...ㅠㅠ;
시작부분과 끝쪽에 어떤걸 걸어줘야 하는것들이 있나여?
기본적으로
모든 파일에는 common.php 가 있어야 동작합니다.
<?
$g4_path = "."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
모든 파일에는 common.php 가 있어야 동작합니다.
<?
$g4_path = "."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
<?
$g4_path = "../.."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../css/css.css" rel="stylesheet" type="text/css" />
<title>무제 문서</title>
</head>
<body>
<form name="fwrite" method="post" action="./update.php">
<table width="985px" border="0" align="center" style="font-size:12px;">
<tr><td>
<table width="985px" border="0">
<tr>
<td valign="top"><a href="../../index.html"><img src="images/main_logo.jpg" alt="메인로고" /></a></td>
<td align="right"><img src="images/topmenu.jpg" alt="메인메뉴" border="0" usemap="#Map" /></td>
<map name="Map" id="Map">
<area shape="rect" coords="53,7,153,27" href="/sub1/sub1-1/sub1-11.html" />
<area shape="rect" coords="229,6,334,27" href="/sub2/sub2-1/sub2-11.html" />
<area shape="rect" coords="401,7,444,26" href="/sub3/sub3-1/sub3-11.html" />
<area shape="rect" coords="514,6,567,28" href="/sub4/sub4-1/sub4-11.html" />
<area shape="rect" coords="635,6,693,26" href="http://sjmarket.cafe24.com/bbs/board.php?bo_table=hi" />
</map>
</tr>
</table>
<table width="985" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="190px" border="0" cellpadding="0" cellspacing="0"
style="float:left; background:url(images/leftmenu_03.jpg) no-repeat; margin-top:30px; height:300px;">
<tr><td>
<table border="0" cellpadding="0" cellspacing="0" style=" margin-bottom:85px">
<tr>
<td height="47px"></td>
</tr>
<tr>
<td class="menu1"><a href='../sub4-1/sub4-11.html'><img src='images/leftmenu_txt_06.jpg' onmouseover="this.src='images/leftmenu_txtover_05.jpg'" onmouseout="this.src='images/leftmenu_txt_06.jpg'"></a></td>
</tr>
<tr>
<td class="menu2"><a href="../sub4-2/sub4-21.html"><img src='images/leftmenu_txt_12.jpg' onmouseover="this.src='images/leftmenu_txtover_11.jpg'" onmouseout="this.src='images/leftmenu_txt_12.jpg'"></a></td>
</tr>
<tr>
<td class="menu3"><a href="../sub4-3/sub4-31.html"><img src='images/leftmenu_txt_16.jpg' onmouseover="this.src='images/leftmenu_txtover_15.jpg'" onmouseout="this.src='images/leftmenu_txt_16.jpg'"></a></td>
</tr>
<tr>
<td class="menu4"><a href="../sub4-4/sub4-41.html"><img src='images/leftmenu_txt_18.jpg' onmouseover="this.src='images/leftmenu_txtover_17.jpg'" onmouseout="this.src='images/leftmenu_txt_18.jpg'"></a></td>
</tr>
<tr>
<td class="menu5"><a href="../sub4-5/sub4-51.html"><img src='images/leftmenu_txt_21.jpg' onmouseover="this.src='images/leftmenu_txtover_20.jpg'" onmouseout="this.src='images/leftmenu_txt_21.jpg'"></a></td>
</tr>
</table>
</td></tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0" align="right" style="margin-top:30px">
<tr>
<td height="50px" valign="top"><img src="images/sub4-1_title.jpg" alt="타이틀"/></td>
<td align="right" valign="top" class="txt"> HOME > 신청하기 > <b>기업용 인터넷 전화신청</b></td>
</tr>
<tr>
<td colspan="2">
<table width="706px" cellspacing="0" cellpadding="0" border="0" style="margin-left:20px;">
<tr>
<td colspan="4"><img src="images/txttitle.jpg" /></td>
</tr>
<tr><td colspan="4" height="8px"></td></tr>
<tr>
<td colspan="4"><img src="images/sub4-1_line1.jpg" /></td>
</tr>
<tr>
<td class="tdline" align="center" width="130" height="29px" bgcolor="#f2f2f2"><b>가입자 분류(*)</b></td>
<td id="tdalign2" class="tdline" width="223">
<input type="radio" name=a1 value="개인" onclick="document.getElementById('a1').value=this.value" /> 개인
<input type="radio" name=a1 value="개인사업자" onclick="document.getElementById('a1').value=this.value" /> 개인사업자
<input type="radio" name=a1 value="법인사업자" onclick="document.getElementById('a1').value=this.value" /> 법인사업자
</td>
<td id="tdalign" class="tdline" height="29px" width="130" bgcolor="#f2f2f2"><b>사업자등록번호(*)</b></td>
<td id="tdalign2" class="tdline" width="223"><input type="text" size="14" name=b2 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>상호/대표자명(*)</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="20" name=c1 /></td>
<td id="tdalign" class="tdline" width="130" bgcolor="#f2f2f2"><b>주민등록번호</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="10" name=d1 /> - <input type="text" size="10" name=d2 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>사무실전화(*)</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="4" name=e1 /> - <input type="text" size="4" name=e2 /> - <input type="text" size="4" name=e3 /></td>
<td id="tdalign" class="tdline" width="130" bgcolor="#f2f2f2"><b>사무실팩스</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="4" name=f1 /> - <input type="text" size="4" name=f2 /> - <input type="text" size="4" name=f3 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>이메일(*)</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="30" name=email /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="66px" bgcolor="#f2f2f2"><b>청구지 주소</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="4" name='wo1' maxlength=3 />
-
<input type="text" name='wo2' size=4 maxlength=3 readonly />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 /><br />
<input class=ed type=text name='ju2' size=60 />
</td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="66px" bgcolor="#f2f2f2"><b>설치장소</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="4" name='wo11' maxlength=3 />
-
<input type="text" name='wo22' size=4 maxlength=3 readonly />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo11', 'wo22', 'ju11', 'ju22');"><img width="91" height="20" src="../../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a><input type="checkbox" value="동일" /> 청구지주소와 동일
<br />
<input class=ed type=text name='ju11' size=60 /><br />
<input class=ed type=text name='ju22' size=60 />
</td>
</tr>
</table>
<table width="706px" border="0" cellspacing="0" cellpadding="0" style="margin-left:20px;">
<tr><td colspan="2" height="46px"></td></tr>
<tr>
<td class="tdline" colspan="2"><img src="images/txttitle1.jpg" /></td>
</tr>
<tr><td colspan="2" height="8px"></td></tr>
<tr>
<td colspan="2"><img src="images/sub4-1_line1.jpg" /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" scope="col" width="130" height="29px" bgcolor="#f2f2f2"><b>IP폰</b></td>
<td id="tdalign2" width="576" class="tdline" scope="col"><input type="text" size="8" name=g1 />회선 ※ 인터넷전화기용 유선전화기
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>WIFI</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="8" name=h1 />회선 ※ 인터넷전화기용 유선전화기
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>AGW</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="8" name=i1 />회선 ※ 키폰,FAX 겸용 일반전화용 * 필요한 회선 수를 기입해주세요
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="42px" bgcolor="#f2f2f2"><b>부가서비스</b></td>
<td style="padding-left:10px; font-size:11px;">
<input type="checkbox" value="biz" name=sel1 /> Biz Plus(무료)
<input type="checkbox" value="sms" name=sel2 /> SMS서비스(무료)
<input type="checkbox" value="발신제한표시" name=sel3 /> 발신제한표시(1,000원)(중복체크 가능)<br/>
<input type="checkbox" value="착신전환" name=sel4 /> 착신전환(500원)
<input type="checkbox" value="뮤직링" name=sel5 /> 뮤직링(1,400원)
<input type="checkbox" value="114안내" name=sel6 /> 114안내 안내명 <input type="text" size="6" name=sel7 />
</td>
</tr>
<td id="tdalign" class="tdline" scope="col" width="130px" height="29px" bgcolor="#f2f2f2"><b>전국대표번호</b></td>
<td class="tdline" scope="col" style="padding-left:8px; font-size:11px;">
<input type="checkbox" name=h1 value="1566" onclick="document.getElementById('o1').value=this.value" /> 1566신청
<input type="checkbox" name=h2 value="1600" onclick="document.getElementById('o1').value=this.value" /> 1600신청
</td>
</table>
<table width="706px" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px;">
<tr><td height="46px"></td></tr>
<tr>
<td><img src="images/txttitle2.jpg" /></td>
</tr>
<tr><td height="8px"></td></tr>
<tr>
<td id="tdalign"><textarea cols="85" rows="10" name="field"></textarea>
</td>
</tr>
<tr><td height="18px"></td></tr>
<tr>
<td style="color:#b97a57">*온라인가입신청을 하시면 SK브로드밴드 기업용 회선 전문컬설턴트들이 고객님께 빠른시간내에 연락드려 상세한 설명을 드립니다.</td>
</tr>
<tr><td height="38px;"></td></tr>
<tr>
<td align="center"><input type=image src="images/sub4-1_btn.jpg" border=0 accesskey='s'></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<table width="985px" cellpadding="0" cellspacing="0" style="margin-top:20px;">
<tr>
<td class="line"></td>
</tr>
<tr>
<td class="footer" align="center"><img src="images/footer.jpg" alt="회사소개" /></td>
</tr>
</table>
</td></tr>
</table>
</form>
</body>
</html>
검색 버튼 누르면 무소식..ㅜㅜ;;
$g4_path = "../.."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../css/css.css" rel="stylesheet" type="text/css" />
<title>무제 문서</title>
</head>
<body>
<form name="fwrite" method="post" action="./update.php">
<table width="985px" border="0" align="center" style="font-size:12px;">
<tr><td>
<table width="985px" border="0">
<tr>
<td valign="top"><a href="../../index.html"><img src="images/main_logo.jpg" alt="메인로고" /></a></td>
<td align="right"><img src="images/topmenu.jpg" alt="메인메뉴" border="0" usemap="#Map" /></td>
<map name="Map" id="Map">
<area shape="rect" coords="53,7,153,27" href="/sub1/sub1-1/sub1-11.html" />
<area shape="rect" coords="229,6,334,27" href="/sub2/sub2-1/sub2-11.html" />
<area shape="rect" coords="401,7,444,26" href="/sub3/sub3-1/sub3-11.html" />
<area shape="rect" coords="514,6,567,28" href="/sub4/sub4-1/sub4-11.html" />
<area shape="rect" coords="635,6,693,26" href="http://sjmarket.cafe24.com/bbs/board.php?bo_table=hi" />
</map>
</tr>
</table>
<table width="985" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="190px" border="0" cellpadding="0" cellspacing="0"
style="float:left; background:url(images/leftmenu_03.jpg) no-repeat; margin-top:30px; height:300px;">
<tr><td>
<table border="0" cellpadding="0" cellspacing="0" style=" margin-bottom:85px">
<tr>
<td height="47px"></td>
</tr>
<tr>
<td class="menu1"><a href='../sub4-1/sub4-11.html'><img src='images/leftmenu_txt_06.jpg' onmouseover="this.src='images/leftmenu_txtover_05.jpg'" onmouseout="this.src='images/leftmenu_txt_06.jpg'"></a></td>
</tr>
<tr>
<td class="menu2"><a href="../sub4-2/sub4-21.html"><img src='images/leftmenu_txt_12.jpg' onmouseover="this.src='images/leftmenu_txtover_11.jpg'" onmouseout="this.src='images/leftmenu_txt_12.jpg'"></a></td>
</tr>
<tr>
<td class="menu3"><a href="../sub4-3/sub4-31.html"><img src='images/leftmenu_txt_16.jpg' onmouseover="this.src='images/leftmenu_txtover_15.jpg'" onmouseout="this.src='images/leftmenu_txt_16.jpg'"></a></td>
</tr>
<tr>
<td class="menu4"><a href="../sub4-4/sub4-41.html"><img src='images/leftmenu_txt_18.jpg' onmouseover="this.src='images/leftmenu_txtover_17.jpg'" onmouseout="this.src='images/leftmenu_txt_18.jpg'"></a></td>
</tr>
<tr>
<td class="menu5"><a href="../sub4-5/sub4-51.html"><img src='images/leftmenu_txt_21.jpg' onmouseover="this.src='images/leftmenu_txtover_20.jpg'" onmouseout="this.src='images/leftmenu_txt_21.jpg'"></a></td>
</tr>
</table>
</td></tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0" align="right" style="margin-top:30px">
<tr>
<td height="50px" valign="top"><img src="images/sub4-1_title.jpg" alt="타이틀"/></td>
<td align="right" valign="top" class="txt"> HOME > 신청하기 > <b>기업용 인터넷 전화신청</b></td>
</tr>
<tr>
<td colspan="2">
<table width="706px" cellspacing="0" cellpadding="0" border="0" style="margin-left:20px;">
<tr>
<td colspan="4"><img src="images/txttitle.jpg" /></td>
</tr>
<tr><td colspan="4" height="8px"></td></tr>
<tr>
<td colspan="4"><img src="images/sub4-1_line1.jpg" /></td>
</tr>
<tr>
<td class="tdline" align="center" width="130" height="29px" bgcolor="#f2f2f2"><b>가입자 분류(*)</b></td>
<td id="tdalign2" class="tdline" width="223">
<input type="radio" name=a1 value="개인" onclick="document.getElementById('a1').value=this.value" /> 개인
<input type="radio" name=a1 value="개인사업자" onclick="document.getElementById('a1').value=this.value" /> 개인사업자
<input type="radio" name=a1 value="법인사업자" onclick="document.getElementById('a1').value=this.value" /> 법인사업자
</td>
<td id="tdalign" class="tdline" height="29px" width="130" bgcolor="#f2f2f2"><b>사업자등록번호(*)</b></td>
<td id="tdalign2" class="tdline" width="223"><input type="text" size="14" name=b2 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>상호/대표자명(*)</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="20" name=c1 /></td>
<td id="tdalign" class="tdline" width="130" bgcolor="#f2f2f2"><b>주민등록번호</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="10" name=d1 /> - <input type="text" size="10" name=d2 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>사무실전화(*)</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="4" name=e1 /> - <input type="text" size="4" name=e2 /> - <input type="text" size="4" name=e3 /></td>
<td id="tdalign" class="tdline" width="130" bgcolor="#f2f2f2"><b>사무실팩스</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="4" name=f1 /> - <input type="text" size="4" name=f2 /> - <input type="text" size="4" name=f3 /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>이메일(*)</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="30" name=email /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="66px" bgcolor="#f2f2f2"><b>청구지 주소</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="4" name='wo1' maxlength=3 />
-
<input type="text" name='wo2' size=4 maxlength=3 readonly />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo1', 'wo2', 'ju1', 'ju2');"><img width="91" height="20" src="../../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a>
<br />
<input class=ed type=text name='ju1' size=60 /><br />
<input class=ed type=text name='ju2' size=60 />
</td>
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="66px" bgcolor="#f2f2f2"><b>설치장소</b></td>
<td id="tdalign2" class="tdline" colspan="3"><input type="text" size="4" name='wo11' maxlength=3 />
-
<input type="text" name='wo22' size=4 maxlength=3 readonly />
<a href="javascript:;" onclick="win_zip('fwrite', 'wo11', 'wo22', 'ju11', 'ju22');"><img width="91" height="20" src="../../skin/member/basic/img/post_search_btn.gif" border=0 align=absmiddle></a><input type="checkbox" value="동일" /> 청구지주소와 동일
<br />
<input class=ed type=text name='ju11' size=60 /><br />
<input class=ed type=text name='ju22' size=60 />
</td>
</tr>
</table>
<table width="706px" border="0" cellspacing="0" cellpadding="0" style="margin-left:20px;">
<tr><td colspan="2" height="46px"></td></tr>
<tr>
<td class="tdline" colspan="2"><img src="images/txttitle1.jpg" /></td>
</tr>
<tr><td colspan="2" height="8px"></td></tr>
<tr>
<td colspan="2"><img src="images/sub4-1_line1.jpg" /></td>
</tr>
<tr>
<td id="tdalign" class="tdline" scope="col" width="130" height="29px" bgcolor="#f2f2f2"><b>IP폰</b></td>
<td id="tdalign2" width="576" class="tdline" scope="col"><input type="text" size="8" name=g1 />회선 ※ 인터넷전화기용 유선전화기
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>WIFI</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="8" name=h1 />회선 ※ 인터넷전화기용 유선전화기
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="29px" bgcolor="#f2f2f2"><b>AGW</b></td>
<td id="tdalign2" class="tdline"><input type="text" size="8" name=i1 />회선 ※ 키폰,FAX 겸용 일반전화용 * 필요한 회선 수를 기입해주세요
</tr>
<tr>
<td id="tdalign" class="tdline" width="130" height="42px" bgcolor="#f2f2f2"><b>부가서비스</b></td>
<td style="padding-left:10px; font-size:11px;">
<input type="checkbox" value="biz" name=sel1 /> Biz Plus(무료)
<input type="checkbox" value="sms" name=sel2 /> SMS서비스(무료)
<input type="checkbox" value="발신제한표시" name=sel3 /> 발신제한표시(1,000원)(중복체크 가능)<br/>
<input type="checkbox" value="착신전환" name=sel4 /> 착신전환(500원)
<input type="checkbox" value="뮤직링" name=sel5 /> 뮤직링(1,400원)
<input type="checkbox" value="114안내" name=sel6 /> 114안내 안내명 <input type="text" size="6" name=sel7 />
</td>
</tr>
<td id="tdalign" class="tdline" scope="col" width="130px" height="29px" bgcolor="#f2f2f2"><b>전국대표번호</b></td>
<td class="tdline" scope="col" style="padding-left:8px; font-size:11px;">
<input type="checkbox" name=h1 value="1566" onclick="document.getElementById('o1').value=this.value" /> 1566신청
<input type="checkbox" name=h2 value="1600" onclick="document.getElementById('o1').value=this.value" /> 1600신청
</td>
</table>
<table width="706px" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px;">
<tr><td height="46px"></td></tr>
<tr>
<td><img src="images/txttitle2.jpg" /></td>
</tr>
<tr><td height="8px"></td></tr>
<tr>
<td id="tdalign"><textarea cols="85" rows="10" name="field"></textarea>
</td>
</tr>
<tr><td height="18px"></td></tr>
<tr>
<td style="color:#b97a57">*온라인가입신청을 하시면 SK브로드밴드 기업용 회선 전문컬설턴트들이 고객님께 빠른시간내에 연락드려 상세한 설명을 드립니다.</td>
</tr>
<tr><td height="38px;"></td></tr>
<tr>
<td align="center"><input type=image src="images/sub4-1_btn.jpg" border=0 accesskey='s'></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<table width="985px" cellpadding="0" cellspacing="0" style="margin-top:20px;">
<tr>
<td class="line"></td>
</tr>
<tr>
<td class="footer" align="center"><img src="images/footer.jpg" alt="회사소개" /></td>
</tr>
</table>
</td></tr>
</table>
</form>
</body>
</html>
검색 버튼 누르면 무소식..ㅜㅜ;;
너무..머리아파 죽을거 가튼..ㅠㅠ;;