home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsCompulTransfer / RT / CarCode.aspx < prev    next >
Text File  |  2013-06-07  |  3KB  |  51 lines

  1. ∩╗┐<%@ page language="VB" autoeventwireup="false" inherits="CarCode, App_Web_jhv1ggsm" %>
  2. <%@ OutputCache VaryByParam="CarCode" Duration="86400" Location="Server" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title>α╕òα╕▓α╕úα╕▓α╕çα╕éα╣ëα╕¡α╕íα╕╣α╕Ñα╕úα╕½α╕▒α╕¬α╕úα╕û</title>
  8.     <script type="text/javascript">
  9.         function setMouseOverColor(element) {
  10.             oldgridSelectedColor = element.style.backgroundColor;
  11.             element.style.backgroundColor = 'yellow';
  12.             element.style.cursor = 'hand';
  13.             element.style.textDecoration = 'underline';
  14.         }
  15.  
  16.         function setMouseOutColor(element) {
  17.             element.style.backgroundColor = oldgridSelectedColor;
  18.             element.style.textDecoration = 'none';
  19.         }
  20.         function selectValue(value,value1,value2,value3,value4) {
  21.             window.returnValue = value + "$" + value1 + "$" + value2 + "$" + value3 + "$" + value4;
  22.             window.close();
  23.         }
  24.     </script>
  25. </head>
  26. <body>
  27.     <form id="form1" runat="server" enableviewstate="False">
  28.     <div>
  29.         <asp:GridView ID="grvCarCode" runat="server" Width="100%" 
  30.             AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" 
  31.             GridLines="None" >
  32.             <RowStyle BackColor="#EFF3FB" />
  33.             <Columns>
  34.                 <asp:BoundField DataField="TextField" HeaderText="α╕úα╕½α╕▒α╕¬α╕úα╕û" />
  35.                 <asp:BoundField DataField="TextField2" HeaderText="α╕¢α╕úα╕░α╣Çα╕áα╕ùα╕úα╕û" />
  36.                 <asp:BoundField DataField="TextField3" HeaderText="α╣üα╕Üα╕Üα╕òα╕▒α╕ºα╕ûα╕▒α╕ç" />
  37.                 <asp:BoundField DataField="TextField4" HeaderText="α╕ùα╕╡α╣êα╕Öα╕▒α╣êα╕ç" />
  38.                 <asp:BoundField DataField="TextField5" HeaderText="α╕Öα╣ëα╕│α╕½α╕Öα╕▒α╕ü" />
  39.             </Columns>
  40.             <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  41.             <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  42.             <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  43.             <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  44.             <EditRowStyle BackColor="#2461BF" />
  45.             <AlternatingRowStyle BackColor="White" />
  46.         </asp:GridView>
  47.     </div>
  48.     </form>
  49. </body>
  50. </html>
  51.