<a href="printAllocation.action?event=printAllocation&fundAlias=%{fundAlias}&fundName=%{fundName}&lendFromMonth=%{lendFromMonth}&lendFromYear=%{lendFromYear}&partListDate=%{partListDate}&partListType=%{partListType}&secLendIncome=%{secLendIncome}"
onClick="NewWindow(this.href,'Warning','1000','800','Yes');return false;">
<s:submit value="Print" cssClass="btnRedApple">
</s:submit></a>
嗨!在上面的代碼中,我試圖通過使用錨點標記按鈕「print」但在新窗口中我沒有獲取值,因此將值從當前jsp傳遞到新窗口。如何通過struts2中的jsp將值傳遞到新窗口
這是爲struts2遷移完成的,因此任何人都可以幫助我解決此問題。如何將值傳遞到新窗口
也將是有益的,看看你的JavaScript代碼NewWindow功能 –