- 1295
- 0
- 约5.45千字
- 约 6页
- 2016-12-29 发布于重庆
- 举报
Java?Web?Office?文档在线编辑
1、创建页面html
head
meta http-equiv=Content-Type content=text/html; charset=utf-8
titleOffice在线编辑/title
/head
body
script language=javascript
function CreateDoc()
{
document.all.OA1.CreateNew( Word.Document);
}
function CreateExcel()
{
document.all.OA1.CreateNew( Excel.Sheet);
}
function CreatePPT()
{
document.all.OA1.CreateNew( PowerPoint.Slide);
}
function OpenFromLocal()
{
document.all.OA1.OpenLocalDialog();
}
function ShowToolbars()
{
var x = document.all.OA1.GetToolbarsIsShow();
document.all.OA1.ShowToolbars( !x);
}
function PrintFile()
{
if(document.
原创力文档

文档评论(0)