pay.aspx
window.open传值<script language="JavaScript" type="text/javascript">
    

window.open传值<table>
window.open传值
window.open传值       
<tr>
window.open传值        
<td>采购合同编号:<span class="starred">*</span></td>
window.open传值        
<td colspan="3"><span class="editTab"><input name="txtcontractid" id="txtcontractid" value=""  type="text" class="TEXT" size="30" maxlength="64" readonly="true"/></span>
window.open传值        
<input class="button" type="button" onclick='javascript:OW("contractlist.aspx","");' value="选择采购合同编号"/></td>      
window.open传值    
</tr>
window.open传值
window.open传值
</table>

OW的方法如下:
window.open传值<script>
>

contractlist.aspx中双击数据行,把数据行的值传回pay.aspx
window.open传值  <script language="javascript" type="text/javascript">
window.open传值    
function doCheck(id)
>

window.open传值<asp:Repeater ID="Repeater1" runat="server" >
window.open传值 
<ItemTemplate>
window.open传值
<tr ondblclick="doCheck('<%# Eval("ID")%>')">
>
         

相关文章:

  • 2022-12-23
  • 2021-05-28
  • 2021-10-14
  • 2021-09-17
  • 2022-12-23
  • 2021-10-14
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2021-06-02
  • 2021-12-04
  • 2021-11-14
  • 2022-12-23
  • 2021-10-24
相关资源
相似解决方案