手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >Open and Print a Word Document
Open and Print a Word Document
摘要:DemonstrationscriptthatopensandprintsandexistingMicrosoftWorddocument....

DemonstrationscriptthatopensandprintsandexistingMicrosoftWorddocument.

复制代码 代码如下:

SetobjWord=CreateObject("Word.Application")

SetobjDoc=objWord.Documents.Open("c:scriptsinventory.doc")

objDoc.PrintOut()

objWord.Quit

【Open and Print a Word Document】相关文章:

仅30行代码实现Javascript中的MVC

Javascript调用XML制作连动下拉列表框

javascript实现youku的视频代码自适应宽度

showModelessDialog()使用详解

js光标定位文本框回车表单提交问题的解决方法

表单提交验证类

Javascript技术栈中的四种依赖注入详解

window.onload与$(document).ready()的区别分析

浅谈Javascript线程及定时机制

javascript中attachEvent用法

精品推荐
分类导航