/Reports/dailySale.aspx
ASP.NET | 41 lines | 21 code | 0 blank | 20 comment | 0 complexity | 90077aaf2915bdf4cf62e85745fd4bf6 MD5 | raw file
1<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %> 2<%@ Page language="c#" Codebehind="dailySale.aspx.cs" AutoEventWireup="false" Inherits="Reports.dailySaleWebForm" %> 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: 625px; POSITION: absolute; TOP: 378px" runat="server" Font-Size="Small" Font-Names="Titr" Width="1px" Height="1px" Text="�ǁ ���"></asp:button><br> 16 <!--center><select name="CrystalReportViewer1:_ctl1:_ctl0:_ctl13" onchange="__doPostBack('CrystalReportViewer1:_ctl1:_ctl0:_ctl13','')" language="javascript" style="height:23px;width:95px;"> 17 <option value="25">25%</option> 18 <option value="50">50%</option> 19 <option value="60" selected>60%</option> 20 <option value="75">75%</option> 21 <option value="100">100%</option> 22 <option value="125">125%</option> 23 <option value="150">150%</option> 24 <option value="200">200%</option> 25 <option value="300">300%</option> 26 <option value="400">400%</option> 27 </select></center><br--><CR:CRYSTALREPORTVIEWER id="CrystalReportViewer1" style="Z-INDEX: 100; LEFT: 1px; POSITION: absolute; TOP: 1px" runat="server" Width="680px" Height="362px" DisplayGroupTree="False" HasToggleGroupTreeButton="False" HasSearchButton="False" HasDrillUpButton="False" BestFitPage="False" ToolTip="Order Form Preview" HasExportButton="False"></CR:CRYSTALREPORTVIEWER></form> 28 </center> 29 <SCRIPT language="javascript"> 30 <!-- 31 //thediv=document.getElementsByTagName("div")[0]; 32 //thediv.style.overflow="hidden"; 33 //thediv.style.height=100; 34 document.getElementById("PageFooterSection1").style.top=0; 35 document.getElementById("PageFooterSection1").style.height=0; 36 document.getElementById("PageFooterSection1").style.width=0; 37 document.getElementById("PageFooterSection1").style.left=0; 38 // --> 39 </SCRIPT> 40 </body> 41</HTML>