tijian_tieying/web/Web/Moa/DsoFramer/ReadFile.aspx

104 lines
4.8 KiB
Plaintext
Raw Normal View History

2025-02-20 12:14:39 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReadFile.aspx.cs" Inherits="DsoFramer_ReadFile" %>
<html>
<head>
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT language="javascript" event="NotifyCtrlReady" for="WebOffice1">
function OpenHelpDoc()
{
document.all.WebOffice1.LoadOriginalFile("../UploadFile/<%=Request.QueryString["FilePath"].ToString() %>","<%=FileType %>");
}
OpenHelpDoc();
</SCRIPT>
<script language="javascript">
var documentopenflag=0;
function NewDoc(filetype){
if (filetype=='xls')
document.all.WebOffice1.CreateNew("Excel.Sheet");
if (filetype=='doc')
document.all.WebOffice1.CreateNew("Word.Document");
if (filetype=='ppt')
document.all.WebOffice1.CreateNew("PowerPoint.Show");
}
function OpenDoc(){
document.all.WebOffice1.showdialog(1);
}
function OpenWebDoc(filetype){
if (filetype=='doc')
document.all.WebOffice1.Open("../UploadFile/633520231204062500.doc", true);//docģ<63><C4A3>
if (filetype=='xls')
document.all.WebOffice1.Open("../UploadFile/633520231204062500.doc", true);//xlsģ<73><C4A3>
}
function SaveToLocal(){
alert('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ե<EFBFBD>c:\\mydoc.doc')
document.all.WebOffice1.Save("c:\\mydoc.doc",true);
}
function Track(){
document.all.WebOffice1.SetCurrUserName("<%=ZWL.Common.PublicMethod.GetSessionValue("UserName")%>");
document.all.WebOffice1.SetTrackRevisions(1);
}
function UnTrack(){
document.all.WebOffice1.SetTrackRevisions(0);
}
function ShowTrack(){
document.all.WebOffice1.ShowRevisions(1);
}
function UnShowTrack(){
document.all.WebOffice1.ShowRevisions(0);
}
function print(){
document.all.WebOffice1.PrintOut();
}
function printview(){
document.all.WebOffice1.PrintPreview();
}
function printviewexit(){
document.all.WebOffice1.PrintPreviewExit();
}
function fileclose(){
document.all.WebOffice1.Close();
}
</script>
</head>
<body>
<form id="form1" runat="server" method="post" encType="multipart/form-data" >
<div>
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">&nbsp;<img src="../images/BanKuaiJianTou.gif" />
<a class="hei" href="../Main/MyDesk.aspx"><3E><><EFBFBD><EFBFBD></a>&nbsp;>>&nbsp;<3B>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD></td>
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
<asp:HyperLink ID="HyperLink2" runat="server" Font-Bold="False" Font-Underline="True"
ForeColor="Blue" NavigateUrl="../SetupFile/<2F><><EFBFBD><EFBFBD>OfficeDSO<53><4F><EFBFBD><EFBFBD>.rar" Target="_blank">[<5B><><EFBFBD><EFBFBD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD>󣬵<EFBFBD><F3A3ACB5><EFBFBD>Reg.batע<74>ᣡ]</asp:HyperLink>
&nbsp;&nbsp; <20><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>Ҽ<EFBFBD><D2BC><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
Font-Underline="True" ForeColor="Blue">[HyperLink1]</asp:HyperLink>&nbsp;&nbsp;
<input onclick="ShowTrack()" size="20" style="width: 85px" type="button"
value="<22><>ʾ<EFBFBD>ۼ<EFBFBD>" />
<input onclick="UnShowTrack()" size="20" style="width: 80px" type="button"
value="<22><><EFBFBD>غۼ<D8BA>" />
&nbsp;<img src="../images/Button/JianGe.jpg" />&nbsp;
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" />&nbsp;</td>
</tr>
<tr>
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
</tr>
</table>
<table style="width: 100%" bgcolor="#999999" border="0" cellpadding="2" cellspacing="1"
height="100%">
<tr>
<td style="padding-left: 5px; background-color: #ffffff">
<script src="../JS/LoadWebOffice.js" type="text/javascript"></script>
</td>
</tr>
</table></div>
</form>
</body>
</html>