页面间的值传递
问题:一个新增页面,其中客户名称:【文本框】文本框旁边有个查询超链接,点击超链接进入查询页面,查询完后点击单条记录在返回新增页面中的客户名称的文本框中。
新增页面中部分代码:
<td width="15%" align="right"><font color="RED" size="2">*</font>抵押单位名称:</td> <td width="35%" class="fieldname"><html:text property="pledgeDydwmc" styleClass="inputtext" onkeydown="dealEnter();"/> <a href="/CAPledgeCusNameAction.do?action=query" target="_blank"> 查询 </a> </td>
<td align="middle"><%=(((Integer)request.getAttribute("pageNumber")).intValue() - 1) * ((Integer)request.getSession().getAttribute("perNum")).intValue() + recordNumber.intValue()+1%></td> <td><bean:write name="item" property="cus_cd"/></td> <td><bean:write name="item" property="cus_name_cn"/></td>
<td width="15%" align="right"><font color="RED" size="2">*</font>抵押单位名称:</td> <td width="35%" class="fieldname"><html:text property="pledgeDydwmc" styleClass="inputtext" onkeydown="dealEnter();" [color=#FF0000]styleId="entName"[/color] /> <a href="/CAPledgeCusNameAction.do?action=query" target="_blank"> 查询 </a> </td>