successresult.aspx
来自「用c# asp.net 编写b/s模式的管理系统」· ASPX 代码 · 共 24 行
ASPX
24 行
<%@ page language="C#" autoeventwireup="true" inherits="successresult, App_Web_xtvwqxfv" %>
<!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">
<meta http-equiv="refresh" content="3;URL=check.aspx">
<title>无标题页</title>
</head>
<body bgcolor="silver">
<form id="form1" runat="server">
<div>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/check.aspx" Style="position: absolute; left: 260px; top: 308px;">注册成功3秒后回到登录页</asp:HyperLink>
<asp:Image ID="Image1" runat="server" Height="267px" Style="border-right: black thin solid;
border-top: black thin solid; left: 44px; border-left: black thin solid; border-bottom: black thin solid;
position: absolute; top: 18px" Width="634px" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?