/Reports/orderDesk.aspx

http://github.com/khaneh/Orders · ASP.NET · 30 lines · 21 code · 0 blank · 9 comment · 0 complexity · 698f0fc26c7769a6fbff8e2ec646a59c MD5 · raw file

  1. <%@ Page language="c#" Codebehind="orderDesk.aspx.cs" AutoEventWireup="false" Inherits="Reports.orderDeskWebForm" %>
  2. <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  4. <HTML>
  5. <HEAD>
  6. <title>WebForm1</title>
  7. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  8. <meta content="C#" name="CODE_LANGUAGE">
  9. <meta content="JavaScript" name="vs_defaultClientScript">
  10. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  11. </HEAD>
  12. <body bgColor="#c3dbeb" MS_POSITIONING="GridLayout">
  13. <center><font face="titr"></font>
  14. <form id="Form1" method="post" runat="server">
  15. <asp:button id="Button1" style="Z-INDEX: 102; LEFT: 600px; POSITION: absolute; TOP: 378px" runat="server" Text="ǁ " Height="1px" Width="1px" Font-Names="Titr" Font-Size="Small"></asp:button><br>
  16. <CR:CRYSTALREPORTVIEWER id="CrystalReportViewer1" style="Z-INDEX: 100; LEFT: -17px; POSITION: absolute; TOP: 5px" runat="server" Height="362px" Width="749px" PageZoomFactor="90" ToolTip="Order Form Preview" BestFitPage="False" HasDrillUpButton="False" HasExportButton="False" HasSearchButton="False" HasToggleGroupTreeButton="False" DisplayGroupTree="False" HasPrintButton="False"></CR:CRYSTALREPORTVIEWER></form>
  17. </center>
  18. <SCRIPT language="javascript">
  19. <!--
  20. thediv=document.getElementsByTagName("div")[0];
  21. //thediv.style.overflow="hidden";
  22. //thediv.style.height=100;
  23. document.getElementById("PageFooterSection1").style.top=0;
  24. document.getElementById("PageFooterSection1").style.height=0;
  25. document.getElementById("PageFooterSection1").style.width=0;
  26. document.getElementById("PageFooterSection1").style.left=0;
  27. // -->
  28. </SCRIPT>
  29. </body>
  30. </HTML>