Edit C:\Program Files (x86)\STR\CrystalWebViewerURL\view.aspx
<%@ page language="VB" autoeventwireup="false" inherits="_Default, App_Web_faeav5e4" culture="Auto" uiculture="Auto" debug="false" enablesessionstate="true" enableeventvalidation="false" title="" %> <%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" Namespace="CrystalDecisions.Web" TagPrefix="CR" %> <%@ import namespace="System.Threading" %> <!doctype html> <html> <head id="Head1" runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <title><%=Session("Lics")%> </title> <style type="text/css" > body { margin : 0px; bottom : 0px; top : 0px; left : 0px; } </style> </head> <body onbeforeunload="quit();"> <form runat="server" method="post" id="DocumentR"> <script type="text/javascript"> document.onkeydown = function (e) { if (!e) var e = window.event; var code = e.charCode ? e.charCode : e.keyCode; var tmp = document.documentMode, e, isIE; try { document.documentMode = ""; } catch (e) { }; isIE = typeof document.documentMode == "number" ? !0 : eval("/*@cc_on!@*/!1"); try { document.documentMode = tmp; } catch (e) { }; document._getElementById = function (id) { var elem = document.getElementById(id); if (!elem) { elem = document.getElementsByName(id); elem = elem ? elem[0] : null; } return elem; } var objx2 = document._getElementById("keyprint").value; var objx3 = document._getElementById("keyprintprog").value; if (isIE != false) { if (code == objx2) { window.location.href = objx3; return false; } } if (!e.ctrlKey) { if (code == 116) { return false; } } if ((code > 111) && (code < 122)) { return false; } } function quit() { if (!document.all) { __doPostBack('Button1', 'VIEW-CONTEXT'); return true; } if (event.clientY < 0) { __doPostBack('Button1', 'VIEW-CONTEXT'); return true; } if (((event.clientX > document.body.clientWidth) && (event.clientY < 0)) || event.altKey) { __doPostBack('Button1', 'VIEW-CONTEXT'); return true; } if (event.altKey == true && event.keyCode == 0) { __doPostBack('Button1', 'VIEW-CONTEXT'); return true; } Xwidth = window.document.body.offsetWidth - window.event.clientX; YHeight = window.event.clientY; if (Xwidth <= 30 && YHeight < 0) { __doPostBack('Button1', 'VIEW-CONTEXT'); return true; } } </script> <CR:CrystalReportViewer ID="myCrystalReportViewer" runat="server" Width="350px" Height="50px" HasCrystalLogo="False" style="z-index : 101; left: 0px; position: relative; top: 0px"/> <asp:Button runat="server" id="Button1" OnClientClick="" Visible="False" ClientIDMode="AutoID" ViewStateMode="Enabled" /> <input name="keyprint" id="Hidden1" type="hidden" value='<%=Session("keyprint")%>'/> <% If LCase(Left(Thread.CurrentThread.CurrentUICulture.ToString(), 2)) = "fr" Then%> <input name="keyprintprog" id="Hidden2" type="hidden" value='./PrintControl.msi'/> <% Else%> <input name="keyprintprog" id="Hidden3" type="hidden" value='./PrintControlAN.msi'/> <%End If%> <asp:Label ID="Label1" runat="server" Visible="False" Text="0"></asp:Label> </form> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de