<html>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    <HEAD>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP        <title>WEB页面导出为Word文档后分页&横向打印的方法 </title>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    </HEAD>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    <SCRIPT LANGUAGE="javascript">
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                , 0);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    ; );
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.HeaderDistance = oDC.Application.CentimetersToPoints(1.5);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.FooterDistance = oDC.Application.CentimetersToPoints(1.75);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.PageWidth = oDC.Application.CentimetersToPoints(29.7);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.PageHeight = oDC.Application.CentimetersToPoints(21);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.FirstPageTray =  0;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.OtherPagesTray = 0;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.SectionStart =  2;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.OddAndEvenPagesHeaderFooter = ;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.SuppressEndnotes = 
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.GutterPos = 0;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.PageSetup.LayoutMode = 2;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    , 1);
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    ;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    ;
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    );
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    }
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    //保存word文档为test.doc
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                    oDC.SaveAs("test.doc");
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP                }
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    </SCRIPT>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    <body>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP        <BR>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP        <div id="test">
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP            aaa
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP            ^
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP            bbb
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP            ^
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP            ccc
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP        </div>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP        <input type="button" onclick="javascript:AllAreaWord(test,'^');" value="导出页面指定区域内容到Word"/>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP    </body>
(转)WEB页面导出为Word文档后分页&amp;横向打印的方法-LMLPHP</html>

05-07 15:46