JS分頁批次列印解決方案(只支援IE) 函數printWithAlert() {
document.all.WebBrowser.ExecWB(6,1);
}
函數printWithoutAlert() {
document.all.WebBrowser.ExecWB(6,6);
}
}
函數printSetup() {
document.all.WebBrowser.ExecWB(8,1);
}
函數printPrieview() {
document.all.WebBrowser.ExecWB(7,1); 🎜>}
函數printImmediately() {
document.all.WebBrowser.ExecWB(6,6);
視窗.close();
}
腳本>