熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

.net中申請單動態添加實現方法及代碼[1]

2022-06-13   來源: .NET編程 

  一個申請單可以包含N個項目添加申請單時就需要動態加入代碼了

  動態Table表格

<table border= width=% id=tabzx name=tabzx align=center
class=table_list>
<tr>
<td class=th_list width=%>
A列
</td>
<td class=th_list width=% align=center>
B列 </td>
<td class=th_list width=% align=center>
C列
</td>
<td class=th_list width=% align=center>
D列
</td>
<td class=th_list width=% align=center>
E列
</td>
<td class=th_list width=% align=center>
F列
</td><%
<td class=th_list width=% align=center>
G列
</td>

%><td class=th_list width=%>
[
<a href=javascript:doSelect(formEditsupplyId)><font
color=FF>選擇設備</font> </a>]
</td>
</tr>
</table>

  JS代碼如下(根據條件彈出設備列表然後選擇已有設備)

function doSelect(WidthHeightctrlobj){

var k;
var s = new Object();
k=showModalDialog(/Applications_add_addsearchjspsdialogWidth:px;status:no;

scroll:no;dialogHeight:px);
if (k!=null)
{
var url = /applicationsActiondo?method=insertAddSeach&stId=+k[]+&sbId=+k[]+&ggId=+k[];

windowopen(urlnewwindow height= width= toolbar=no menubar=no scrollbars=yes resizable=nolocation=no status=no);
}

}

[]  []  []  


From:http://tw.wingwit.com/Article/program/net/201311/15116.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.