<HTML>
<HEAD>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
<link rel="stylesheet" type="text/css" href="edit.css">
<title>保存为Word文档</title>
</HEAD>
<script language="javascript">
window.returnValue=0
</script>
<BODY>
<font color="#000080"><strong><div id="strHint" align="center">数据处理中,请等待...<br>
Data processing, please wait...</div></strong></font><font color="#0080C0">
<script language="vbscript">
On Error Resume Next
Dim wApp
Set wApp = CreateObject("Word.Application")
If Err.number > 0 Then
else
wApp.visible = True
wApp.Documents.open("e:\test.doc") '此处改为文档的物理路径
With wApp.Application
.WindowState = wdWindowStateNormal
.DisplayStatusBar=False
.CommandBars ("Standard").Visible = False
.CommandBars ("Formatting").Visible = False
.CommandBars("File").Enabled = False
.CommandBars("Edit").Enabled = False
.CommandBars("View").Enabled = False
.CommandBars("Insert").Enabled = False
.CommandBars("Format").Enabled = False
.CommandBars("Tools").Enabled = False
.CommandBars("Table").Enabled = False
.CommandBars("Window").Enabled = False
.CommandBars("Help").Enabled = False
End With
With wApp.Application.Options
.AllowDragAndDrop = False
.ConfirmConversions = False
End With
end if
</script>
<script language="javascript">
window.close();
</script><center><br><strong>数据处理完毕!</strong></center><p>
</p><div align='center'><center><input type=button class=buttonface name='cmdOK' onclick="window.returnValue=0;window.close();" value=" 确 定 " ></center></div>
</BODY>
</HTML>