frame.aspx

来自「b to b 模式 电子商务系统」· ASPX 代码 · 共 75 行

ASPX
75
字号
<%@ Register TagPrefix="uc1" TagName="page_footer" Src="../page_footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="page_header" Src="../page_header.ascx" %>
<%@ Page language="c#" Codebehind="Frame.aspx.cs" AutoEventWireup="false" Inherits="B2Bsite.myinfo.Frame" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>我的资料</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<uc1:page_header id="Page_header1" runat="server"></uc1:page_header>
		<table width="760">
			<tr vAlign="top" align="left">
				<td width="130">
					<!-- 菜单栏开始 -->
					<form id="form1" runat="server">
						<TABLE bgcolor="#eeffff" id="Table1" cellSpacing="2" cellPadding="2" width="130">
							<TR>
								<TD colspan="2" align="left" bgColor="#0099ff" height="25"><font color="#ffffff">&nbsp;&nbsp;<b>发件箱</b></font></TD>
							</TR>
							<TR>
							<TR>
								<TD><FONT color="#cccccc">★</FONT></TD>
								<TD><a href='new.aspx' target="myshop_list">新信件</a></TD>
							</TR>
							<!--
            <TR><TD><FONT color=#cccccc>★</FONT></TD>
                <TD>竞拍中的商品</TD></TR>
            <TR><TD><FONT color=#cccccc>★</FONT></TD>
                <TD>未得标的商品</TD></TR>
            <TR><TD><FONT color=#cccccc>★</FONT></TD>
                <TD>卖家回复/留言</TD></TR>
            <TR><TD><FONT color=#cccccc>★</FONT></TD>
                <TD>我的收藏</TD></TR><TR>
                -->
							<tr>
								<td colspan="2">&nbsp;</td>
							</tr>
							<TR>
								<TD colspan="2" align="left" bgColor="#0099ff" height="25"><font color="#ffffff">&nbsp;&nbsp;<b>收件箱</b></font></TD>
							</TR>
							<TR>
								<TD><FONT color="#cccccc">★</FONT></TD>
								<TD><A href="weidu.aspx" target="myshop_list">未读信件</A></TD>
							</TR>
							<TR>
								<TD><FONT color="#cccccc">★</FONT></TD>
								<TD><A href="yidu.aspx" target="myshop_list">已读信件</A></TD>
							</TR>
							<tr>
								<td colspan="2">&nbsp;</td>
							</tr>
							<TR>
								<TD colspan="2" align="left" bgColor="#0099ff" height="25"><font color="#ffffff">&nbsp;&nbsp;<b>最近联系人</b></font></TD>
							</TR>
							<tr>
								<td colspan="2">&nbsp;</td>
							</tr>
						</TABLE>
					</form>
					<!-- 菜单栏结束 --></td>
				<td width="600">
					<iframe id="myshop_list" name="myshop_list" src="" frameBorder="0" width="99%" scrolling="no"
						height="500%"></iframe>
				</td>
			</tr>
		</table>
		<uc1:page_footer id="Page_footer1" runat="server"></uc1:page_footer>
	</body>
</HTML>

⌨️ 快捷键说明

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