menu.ascx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:5k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="menu.ascx.cs" Inherits="WebUserControl" %>
  2. <table style="width: 801px; height: 158px; font-size: 10pt; color: #000099; margin-top: 0px; padding-top: 0px;" class="css" border="0" cellspacing="0">
  3.     <tr>
  4.         <td align="right" colspan="10" style="background-image: url(image/1.gif); height: 28px">
  5.             &nbsp;
  6.             &nbsp;&nbsp;
  7.             <asp:Label ID="Label1" runat="server" Text="Label" Width="200px" ForeColor="White"></asp:Label>&nbsp;</td>
  8.     </tr>
  9.     <tr>
  10.         <td align="right" colspan="10" style="background-image: url(image/2.gif); color: #ffff66;
  11.             height: 11px" class="txt">
  12.             输入关键字:<asp:TextBox ID="TextBox1" runat="server" Width="240px" Height="14px"></asp:TextBox>&nbsp;
  13.             <asp:DropDownList ID="DropDownList1" runat="server" Width="78px" CssClass="txt" Height="12px">
  14.                 <asp:ListItem>时政要闻</asp:ListItem>
  15.                 <asp:ListItem>经济动向</asp:ListItem>
  16.                 <asp:ListItem>世界军事</asp:ListItem>
  17.                 <asp:ListItem>科学教育</asp:ListItem>
  18.                 <asp:ListItem>法治道德</asp:ListItem>
  19.                 <asp:ListItem>社会现象</asp:ListItem>
  20.                 <asp:ListItem>体育世界</asp:ListItem>
  21.                 <asp:ListItem>时尚娱乐</asp:ListItem>
  22.             </asp:DropDownList>
  23.             <asp:Button ID="cmdSearch" runat="server" Text="站内搜索" OnClick="cmdSearch_Click" Height="20px" />
  24.             &nbsp; &nbsp;<a href="#" onclick ="this.style.behavior='url(#default#homepage)';this.sethomepage('hppt://www.mingrisoft.com')"><font color="white">设置主页</font></a>
  25.             &nbsp;<a href="#" onclick="window.external.addFavorite('http://mrzyt/index.aspx','都市新闻网站');"><font color="white">收藏本站</font></a></td>
  26.             
  27.     </tr>
  28.     <tr>
  29.         <td align="center" rowspan="1" style="background-image: url(image/301.gif); width: 151px;
  30.             height: 44px">
  31.         </td>
  32.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  33.             <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/index.aspx" Font-Underline="False" ForeColor="#333333">主页</asp:HyperLink></td>
  34.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  35.             <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/newsList.aspx?id=1" Font-Underline="False" ForeColor="#333333">时政</asp:HyperLink></td>
  36.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  37.             <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/newsList.aspx?id=2" Font-Underline="False" ForeColor="#333333">经济</asp:HyperLink></td>
  38.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  39.             <asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="~/newsList.aspx?id=3" Font-Underline="False" ForeColor="#333333">军事</asp:HyperLink></td>
  40.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  41.             <asp:HyperLink ID="HyperLink5" runat="server" NavigateUrl="~/newsList.aspx?id=4" Font-Underline="False" ForeColor="#333333">科教</asp:HyperLink></td>
  42.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  43.             <asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="~/newsList.aspx?id=5" Font-Underline="False" ForeColor="#333333">法制</asp:HyperLink></td>
  44.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  45.             <asp:HyperLink ID="HyperLink7" runat="server" NavigateUrl="~/newsList.aspx?id=6" Font-Underline="False" ForeColor="#333333">社会</asp:HyperLink></td>
  46.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  47.             <asp:HyperLink ID="HyperLink8" runat="server" NavigateUrl="~/newsList.aspx?id=7" Font-Underline="False" ForeColor="#333333">体育</asp:HyperLink></td>
  48.         <td align="center" style="background-image: url(image/302.gif); width: 72px; height: 44px">
  49.             <asp:HyperLink ID="HyperLink9" runat="server" NavigateUrl="~/newsList.aspx?id=8" Font-Underline="False" ForeColor="#333333">娱乐</asp:HyperLink></td>
  50.     </tr>
  51.     <tr>
  52.         <td align="center" colspan="10" style="background-image: url(image/4.gif); height: 127px">
  53.         </td>
  54.     </tr>
  55. </table>