RSS
热门关键字:  数据挖掘  数据仓库  商业智能  人工智能  搜索引擎

javascript lanscape打印

来源: 作者:unkonwn 时间:2004-12-12 点击:

var shell;
function SetPrintProperties() {
    try {
        shell = new ActiveXObject("WScript.Shell");
        shell.SendKeys("%fu");
        window.setTimeout("javascript:SetPaperSize();", 400);
    } catch (e) {
        alert(′Please verify that your print settings have a Landscape
orientation and minimum margins.′);
    }
} 数据挖掘研究院

function SetPaperSize() {
    shell.sendKeys("%a{TAB}.2{TAB}0{TAB}0{TAB}0{ENTER}");
}

数据挖掘研究院


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?