INPUT BOX 숨기기 - 차이 구분할것

<form name="search_form_sub" id="search_form_sub">
<table cellspacing="0" cellpadding="0" >
<tr>
<td>
<input type="hidden" id="srchCorpCdSub" name="srchCorpCdSub" />
<input type="hidden" id="srchNatCdSub" name="srchNatCdSub" />
<input type="hidden" id="srchPlntCdSub" name="srchPlntCdSub" />
<input type="hidden" id="srchVndCdSub" name="srchVndCdSub" />
<input type="hidden" id="srchFromYmdSub" name="srchFromYmdSub" />
<input type="hidden" id="srchToYmdSub" name="srchToYmdSub" />
<input type="hidden" id="srchGubun" name="srchGubun" />
</td>
</tr>
</table>
</form>
========================================================================
    <div class="tableTop1" style="display:none">
  <form name="search_form_sub" id="search_form_sub">
<table cellspacing="0" cellpadding="0" >
<tr>
<td>
<input type="text" id="srchCorpCdSub" name="srchCorpCdSub" />
<input type="text" id="srchNatCdSub" name="srchNatCdSub" />
<input type="text" id="srchPlntCdSub" name="srchPlntCdSub" />
<input type="text" id="srchVndCdSub" name="srchVndCdSub" />
<input type="text" id="srchFromYmdSub" name="srchFromYmdSub" />
<input type="text" id="srchToYmdSub" name="srchToYmdSub" />
<input type="text" id="srchGubun" name="srchGubun" />
</td>
</tr>
</table>
</form>
</div>

=====================================================================

$.metalDialog.alert('<metal:message code="conf.noti"/>', '<metal:message code="conf.excelWait"/>',
function(){excelFileDownload("search_form_sub","/mm/MM281/selectListExcel.data");
});

차이가 있습니다, 알아맞춰 보세요...

댓글

이 블로그의 인기 게시물

[ASP] ASP에서 오라클 DB연결 문의 - Microsoft OLE DB Provider for Oracle error '80004005'

db2 user 생성 및 권한 설정

[자바스크립트] 소수점 계산오류가 생길때 해결 방법