/Reports/PrintReport.aspx
http://github.com/khaneh/Orders · ASP.NET · 27 lines · 17 code · 0 blank · 10 comment · 0 complexity · d4d31ae1cc40d441cb147a2d7ba79e43 MD5 · raw file
- <%@ Page language="c#" Codebehind="PrintReport.aspx.cs" AutoEventWireup="false" Inherits="Reports.PrintReport" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>PrintReport</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <script language="JavaScript">
- <!--
- function documentKeyDown() {
- var theKey = event.keyCode;
- if (theKey == 27) {
- window.close();
- }
- }
-
- document.onkeydown = documentKeyDown;
- //-->
- </script>
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <form id="PrintReport" method="post" runat="server">
- </form>
- </body>
- </HTML>