/Reports/PrintReport.aspx

http://github.com/khaneh/Orders · ASP.NET · 27 lines · 17 code · 0 blank · 10 comment · 0 complexity · d4d31ae1cc40d441cb147a2d7ba79e43 MD5 · raw file

  1. <%@ Page language="c#" Codebehind="PrintReport.aspx.cs" AutoEventWireup="false" Inherits="Reports.PrintReport" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>PrintReport</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <script language="JavaScript">
  11. <!--
  12. function documentKeyDown() {
  13. var theKey = event.keyCode;
  14. if (theKey == 27) {
  15. window.close();
  16. }
  17. }
  18. document.onkeydown = documentKeyDown;
  19. //-->
  20. </script>
  21. </HEAD>
  22. <body MS_POSITIONING="GridLayout">
  23. <form id="PrintReport" method="post" runat="server">
  24. </form>
  25. </body>
  26. </HTML>