function printFrame(docframe) { var frm = document.getElementById(docframe).contentWindow; frm.focus();// focus on contentWindow is needed on ...
確定! 回上一頁