控制fieldset的高度

来源:互联网 发布:vb.net midioutopen 编辑:程序博客网 时间:2024/05/16 13:07

<fieldset style="width:700px;height:150px;"><legend>显示形式
        <html:radio property="show_type" value="1">页面</html:radio>
        <html:radio property="show_type" value="2">Excel</html:radio></legend>
  <br>
  &nbsp;&nbsp;
  使用单位:
  <html:text property="bmbm" maxlength="10" styleClass="input_short" size="4" onkeypress="text_onkeypress()"/> <html:text property="bmmc" readonly="true"  maxlength="100" styleClass="input_dept"/> <img  src="images/doc.gif" onClick="selectbm_fw()">
  <br><br>
  &nbsp;&nbsp;
  数据开始日期:<html:text property="datefrom"  style="ime-mode:disabled" onkeypress="formatdate(this)"/><IMG src="images/Calendar.gif" width="22" height="17" align=absMiddle style="CURSOR: hand" onclick=javascript:Cal_dropdown(datefrom)>
     &nbsp;&nbsp;
  数据截止日期:<html:text property="dateto"  style="ime-mode:disabled" onkeypress="formatdate(this)"/><IMG src="images/Calendar.gif" width="22" height="17" align=absMiddle style="CURSOR: hand" onclick=javascript:Cal_dropdown(dateto)>
   <input type="submit" name="submit" value=" 检索 "class="btn_cancel">
   
 </fieldset>

参考:http://hi.baidu.com/bj1686/blog/item/d100112309bb6e519822ed91.html

0 0
原创粉丝点击