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

📄 registerok.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" EnableViewState="false" Codebehind="RegisterOk.ascx.cs" Inherits="JiSuShop.Web.Skin.RegisterOk" %>
<%@ Register TagPrefix="JSS" TagName="MainHeader" Src="MainHeader.ascx" %>
<%@ Register TagPrefix="JSS" TagName="MainFooter" Src="MainFooter.ascx" %>
<%@ Register TagPrefix="JSS" TagName="Search" Src="Search.ascx" %>
<HTML>
	<HEAD>
		<TITLE><asp:Literal ID="HeaderTitle" Runat="server"></asp:Literal></TITLE>
		<meta http-equiv="bulletin-date" content="<asp:Literal ID='HeaderBulletinDate' Runat='server' />">
		<meta name="robots" content="all">
		<meta name="author" content="http://www.jisushop.com/">
		<meta name="keywords" content="<asp:Literal ID='HeaderKeyWords' Runat='server'></asp:Literal>">
		<meta name="description" content="<asp:Literal ID='HeaderDescription' Runat='server'></asp:Literal>">
		<SCRIPT LANGUAGE="JavaScript"> 
		<!-- Begin 
		redirTime = "3000"; 
		redirURL = "/"; 
		function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); } 
		End --> 
		</script> 
	    <link href="Skin/Beautiful/Images/style.css" rel="stylesheet" type="text/css">
	</HEAD>
<body onLoad="redirTimer()">
<div id="wrapper">
<form id="form" runat="server">
 <!--题头 开始-->
 <JSS:MAINHEADER id="MainHeader" runat="server" />

<!-- content -->
<div id="content">
<div id="left"><!-- left -->
<div class="login" style="background:url(Skin/Beautiful/Images/regist_OK_bg.gif) no-repeat left bottom; height:250px; border-bottom:1px solid #F03C88">
	<div class="title"></div>
	<div class="wrap" style="width:50%; height:180px; left:250px; top:60px; border:1px dashed #ccc;">
		<div style="color:#f30; line-height:3em; font-size:14px; font-weight:bold; text-align:center;">恭喜 注册成功!</div>
		<ul style="margin-top:20px; list-style-type:square; margin-left:40px; margin-right:20px; line-height:1.5em;">
			<li>您已经注册成为我们的会员啦!</li>
			<li>您现在就可以在我们的网站上挑选您喜欢的商品。您也可以随便逛逛,看看我们网站新近的宝贝!</li>
			<li>我们还要很多优惠的活动呢!千万不要错过哦!</li>
			<li style="font-weight:bold;"><a href="Index.aspx" class="Order_Font">现在就去看看吧!</a></li>
		</ul>
	</div>
</div>
</div>

<div id="right"><!-- right -->
<div class="searcher"><!-- searcher -->
<div class="position">
 <JSS:SEARCH id="Search" runat="server" />
 <img src="Skin/Beautiful/Images/search_icon.gif">
</div>
</div>


</div>

<div id="bottom02"></div>
<div id="bottom01"></div>
</div>

  <!--页脚 开始-->
<div id="link">
<JSS:MAINFOOTER id="MainFooter" runat="server" />
</div>
 <!--页脚 结束-->
</form>
</div>
</body>
</HTML>

⌨️ 快捷键说明

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