asp中如何设置横向打印?就是一按按钮不用再重新设置的(请看我代码)
functionprintpr()//预览函数{varOLECMDID=7;varPROMPT=1;varWebBrowser='<OBJECTID="WebBrowse...
function printpr() //预览函数
{
var OLECMDID = 7;
var PROMPT = 1;
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(OLECMDID, PROMPT);
WebBrowser1.outerHTML = "";
}
function printTure() //打印函数
{
document.all('qingkongyema').click();
document.all("dayinDiv").style.display="none";
window.print();
document.all("dayinDiv").style.display="";
……
<input type="button" class="tab" value="打印" onclick="printTure();">
<input type="button" class="tab" value="打印预览" onclick="printpr();">
请问需要在打印函数中,添加什么语句,完成横向打印的功能呢? 展开
{
var OLECMDID = 7;
var PROMPT = 1;
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(OLECMDID, PROMPT);
WebBrowser1.outerHTML = "";
}
function printTure() //打印函数
{
document.all('qingkongyema').click();
document.all("dayinDiv").style.display="none";
window.print();
document.all("dayinDiv").style.display="";
……
<input type="button" class="tab" value="打印" onclick="printTure();">
<input type="button" class="tab" value="打印预览" onclick="printpr();">
请问需要在打印函数中,添加什么语句,完成横向打印的功能呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询