ページにある既存のデータを使用して、新しいウィンドウ (メニューなし、アドレス バーなし) を設定する必要があります。
この目的で Java スクリプト関数を使用しています。
function popup() {
window.open("../AcknowledgeStatements/OutStandingAckInPdf", '', 'scrollbars=yes,width=740,height=600,resizable=yes');
}
<input name="cmdButton" id="cmdPrint" type="button" class="button" value="Print" onclick="popup()"/>
このページのモデルと TempData/ViewData をポップアップ ウィンドウに渡すにはどうすればよいですか? 誰かがこれについて私を助けることができますか?