手机
当前位置:查字典教程网 >编程开发 >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】相关文章:

javascript中attachEvent用法

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

javascript正则表达式总结

JavaScript实现广告的关闭与显示效果实例

JavaScript中的sub()方法的使用介绍

仅30行代码实现Javascript中的MVC

点此处秒后立即下载

Javascript - HTML的request类

解决 FireFox 下[使用event很麻烦] 的问题.

javascript实现简单的进度条

精品推荐
分类导航