传参数问题,急!
我想在一个下拉框里选的值,可以传到同一个页面的iframe里面使用,可是不知道怎么弄才能成功?
下拉框:
<td align= "right "> 需要检测的问题 </td>
<td width= "19% " >
<html:select property= "qdId " style= "width:90% " >
<%
List list=(List)request.getAttribute( "allQualityList ");
if(list!=null){
Iterator it = list.iterator();
while(it.hasNext()){
QualitydefectExtVO vo=(QualitydefectExtVO)it.next();
%>
<html:option value= " <%=vo.getQdid().toString()%> " > <%=vo.getName()%> </html:option>
<%
}
}%>
</html:select>
</td>
框架:
<fieldset style= "width:100% " align= "center " height= "365 ">
<legend align= "left " valign= "top "> <span class= "title_text " style= " "> <img src= "../image/spacer16.gif " width= "16 " height= "16 "> </span> <span class= "title_text "> 活动列表 <img src= "../image/spacer16.gif " width= "16 " height= "16 "> </span> </legend>
<table width= "100% " border= "0 " align= "left " cellspacing= "5 " cellpadding= "0 ">
<tr>
<td width= "100% " bgcolor= "#FFFFFF ">