批量(多项)表单提交操作,显示、删除、添加功能
批量删除:
--------------------------------------
<input type= "checkbox " name= "chkAll " value= "on " onClick= "CheckAll(this.form) "> 《全部选中》
...
批量删除:
--------------------------------------
<input type= "checkbox " name= "chkAll " value= "on " onClick= "CheckAll(this.form) "> 《全部选中》
...
<input name= "textfield " type= "text " style= "filter: Alpha(Opacity=0); " value= "2343 "> 这样文字也隐藏掉了
<input type= "text " name= "totalFee " value= "ggg " size= "8 " style= "border:0px ">
...