当前位置导航:炫浪网>>网络学院>>网页制作>>ASP.NET教程

ASP.NET申请单动态添加实现方法及代码

  一个申请单可以包含N个项目,添加申请单时就需要动态加入代码了。

  动态Table表格

  <table border="0" width="98%" id="tabzx" name="tabzx" align="center"

  class="table_list">

  <tr>

  <td class="th_list" width="10%">

  A列

  </td>

  <td class="th_list" width="10%" align="center">

  B列 </td>

  <td class="th_list" width="10%" align="center">

  C列

  </td>

  <td class="th_list" width="5%" align="center">

  D列

  </td>

  <td class="th_list" width="5%" align="center">

  E列

  </td>

  <td class="th_list" width="5%" align="center">

  F列

  </td><%--

  <td class="th_list" width="7%" align="center">

  G列

  </td>

  --%><td class="th_list" width="13%">

  [

  <a href="javascript:doSelect(450,400,'formEdit.supplyId')"><font

  color="FF0000">选择设备</font> </a>]

  </td>

  </tr>

  </table>

  JS代码如下(根据条件弹出设备列表,然后选择已有设备)

  function doSelect(Width,Height,ctrlobj){

  var k;

  var s = new Object();

  k=showModalDialog("/Applications_add_addsearch.jsp",s,"dialogWidth:320px;status:no;scroll:no;dialogHeight:280px");

  if (k!=null)

  {

  var url = "/applicationsAction.do?method=insertAddSeach&stId="+k[0]+"&sbId="+k[1]+"&ggId="+k[2];

  window.open(url,'newwindow', 'height=600, width=800, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no');

  }

  }

相关内容
赞助商链接