jsp传值问题。jsp 。iframe。action。

1.js中得到cusIDs=cusIDs+checkObj[i].value+","; 是一个字符串

window.showModalDialog("<%=request.getContextPath()%>/jsp/customerView_ifr.jsp",window,"dialogWidth=500px;"); 打开模态对话框

2. <iframe src="<%=request.getContextPath() %>/customerAction!searchUesr.html" width="100%" height="500" > </iframe>

想在iframe 中能取到把父页面中cusIDs 的值。并能在action中处理。
window.parent.cuslDs可获取
用<jsp:include标签吧