<!-- IP관련 태그 시작 -->
<table id="tb_ip_list" cellpadding="0" cellspacing="1" width="100%">
<tr>
<td width="10%">IP 1 </td>
<td>
<input type="text" id="ip1_1" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip2_1', this.value)";>
<input type="text" id="ip2_1" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip3_1', this.value)";>
<input type="text" id="ip3_1" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip4_1', this.value)";>
<input type="text" id="ip4_1" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip5_1', this.value)";> -
<input type="text" id="ip5_1" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();">
</td>
</tr>
<tr>
<td >IP 2 </td>
<td>
<input type="text" id="ip1_2" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip2_2', this.value)";>
<input type="text" id="ip2_2" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip3_2', this.value)";>
<input type="text" id="ip3_2" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip4_2', this.value)";>
<input type="text" id="ip4_2" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip5_2', this.value)";> -
<input type="text" id="ip5_2" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();">
</td>
</tr>
<tr>
<td >IP 3 </td>
<td>
<input type="text" id="ip1_3" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip2_3', this.value)";>
<input type="text" id="ip2_3" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip3_3', this.value)";>
<input type="text" id="ip3_3" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip4_3', this.value)";>
<input type="text" id="ip4_3" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();checkLength('ip5_3', this.value)";> -
<input type="text" id="ip5_3" class="inputTypeText w40" maxlength="3" onKeyPress="setInOnlyNumber();">
</td>
</tr>
</table>
<table class="table_line_complex" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="table_padding" style="text-align:center">
<input type="button" style="width:60;height:27" value="IP적용" onClick="sendToServer()">
</td>
</tr>
</table>
</td>
<td width="5%"></td>
</tr>
댓글을 달아 주세요
오랜만에 보는 소스 군요...;;;
ㅋㅋㅋ
ㅎㅎㅎㅎ;;;;;; 힘들어 죽겠어요..ㅠㅠ