⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 content.aspx

📁 前台首页:users/index.aspx 后台首页:login.aspx 这是一个有关宠物的电子商务网站 注:后台的“售后服务” 和“数据统计”这两块由于时间原因暂时 没完成。由于技术问
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="content.aspx.cs" Inherits="content" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>宠物知识具体内容</title>
</head>
<body>
    <form id="form1" runat="server">
   
    <div> <center>
            <table border="0" cellpadding="0" cellspacing="0" width="780";">
                <tr>
    <td align="center" style="height: 45px"><img src="image/top.jpg" alt="luolili" width="780" id="IMG1" onclick="return IMG1_onclick() " height="100"/>
    </td>
    </tr>
             </table>
             <table>
             <tr>
             <td style="height: 24px; width: 775px;">
              <a href="index.aspx"><font color=green><b>首页</b></font></a>&nbsp;&nbsp;&nbsp;&nbsp;
             <asp:Label ID="label1" runat="server"><a href="sto.aspx"><font color=green><b>购物车</b></font></a></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;
             <asp:Label ID="label2" runat="server"><a href="shoucang.aspx"><font color=green><b>我的收藏夹</b></font></a></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;
             <asp:Label ID="label3" runat="server"><a href="petnews.aspx"><font color=green><b>宠物新闻</b></font></a></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;
             <asp:Label ID="label4" runat="server"><a href="note.aspx"><font color=green><b>留言板</b></font></a></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;
             <asp:Label ID="label6" runat="server"><a href="aboutus.aspx"><font color=green><b>关于我们</b></font></a></asp:Label>
             <asp:Label ID="label8" runat="server"><a href="../login.aspx"><font color=green><b>后台管理</b></font></a></asp:Label>
           </td>
         </tr>
    </table>
     <table>
    <tr>
    <td align=center style="width: 494px" >您现在的位置:&nbsp;<a class='LinkPath' href="index.aspx">可爱宠物网</a>&nbsp;>>&nbsp;<a href="petnews.aspx">宠物新闻</a>&nbsp;>>&nbsp;文章正文
    </td>
    </tr>
     </table>
        </center>
        <center>
         <table border=2 style="width: 780px">
        <tr>
        <td style="width: 80px; height: 58px">
            <asp:Image ID="Image1" runat="server" ImageUrl="image/QQ啊啊.jpg" /></td>
        <td style="width: 700px; height: 58px" bgcolor="red">
        广告招商
        </td>
        </tr>
        </table>
        </center>
        <center>
            &nbsp;</center>
        <center>
        <asp:TextBox ID="TextBox1" runat="server" Width="360px"></asp:TextBox><br />
        <br /> 

        <table border=1 style="width: 780px">
        <tr>
        <td style="width: 122px" align="center" valign="middle">
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
            &nbsp; &nbsp;<br />
            作者:</td>
        <td>
            <asp:TextBox ID="TextBox3" runat="server" Width="87px"></asp:TextBox></td>
        <td style="width: 116px">
            &nbsp;文章来源:</td>
        <td>
            <asp:TextBox ID="TextBox2" runat="server" Width="84px"></asp:TextBox></td>
        <td style="width: 85px">
        点击数:</td>
        <td style="width: 98px">
            <asp:TextBox ID="TextBox4" runat="server" Width="58px"></asp:TextBox></td>
        <td style="width: 103px">
        更新时间:</td>
        <td style="width: 172px">
            <asp:TextBox ID="TextBox5" runat="server" Width="93px"></asp:TextBox></td>
        </tr>
        </table>  
       
        <table>
        <tr>
        <td style="width: 775px; height: 451px;">
         <asp:TextBox ID="TextBox6" runat="server" Width="703px"  TextMode="MultiLine" Height="354px"></asp:TextBox>       
        </td>
        </tr>
        </table>
        <table>
        <tr>
        <td style="width: 100px; height: 26px">
        <asp:Button ID="Button1" runat="server" Text="上一篇:" Width="63px" OnClick="Button1_Click" CausesValidation="False" />
        </td>
         <td style="height: 26px; width: 672px;" align="left">
        <asp:TextBox ID="TextBox7" runat="server" Width="388px"></asp:TextBox>
        </td>
        </tr>
        <tr>
        <td style="width: 100px">
       <asp:Button ID="Button2" runat="server" Text=" 下一篇:" Width="63px" OnClick="Button2_Click" CausesValidation="False" />
        </td>
         <td style="width: 672px" align="left">
        <asp:TextBox ID="TextBox8" runat="server" Width="392px"></asp:TextBox>
        </td>
        </tr>
        </table>  
        </center>
    </div>
   
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -