"; frm.body.value=frm.txt.value; frm.iswebpage.value="1"; popupNote(); frm.action="/s_viewpagehtml.jsp"; frm.target='comp_win'; window.open("", "comp_win", "menubar=yes,scrollbars=yes,width=736,height=700,status=no,resizable=yes,dependent=yes,alwaysRaised=yes"); frm.submit(); self.close(); } function popupNote(){ alert("Right click the new popup page and \"Save as\" a HTML file."); } function setfrmheight() { $("#page_win").height($("body").height() - ($("#header").height())); }