📄 usermrg.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserMrg.aspx.cs" Inherits="Admin_Frameset_BasicMrg_UserMrg" %>
<!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>
<style type="text/css">
#Layer1 {
position:absolute;
width:452px;
height:155px;
z-index:1;
top: 18px;
left: 21px;
}
.style1
{
width: 83px;
}
.style2
{
height: 28px;
}
.style3
{
width: 83px;
height: 28px;
}
.style4
{
width: 108px;
}
.style5
{
height: 28px;
width: 108px;
}
</style>
<script language="javascript" type="text/javascript">
function keyDown()
{
var keycode=event.keyCode;
var keyChar=String.fromCharCode(keycode);
if(keycode==13)
event.keyCode=9;
};
document.onkeydown=keyDown;
</script>
</head>
<body>
<form id="form1" runat="server">
<div style="height: 186px;">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<div id="Layer1">
<table width="451" height="144" border="0">
<tr>
<td width="65" height="29"> </td>
<td colspan="2">
<asp:Label ID="lbltite" runat="server" Text="Label" Font-Size="Larger"
Font-Underline="True" ForeColor="Red"></asp:Label>
</td>
<td width="145"> </td>
</tr>
<tr>
<td height="23">登录ID:</td>
<td class="style4">
<asp:TextBox ID="tbLoginid" runat="server" Width="120px" style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)"></asp:TextBox>
</td>
<td class="style1">用户 名:</td>
<td>
<asp:TextBox ID="tbusername" runat="server" Width="121px" style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)"></asp:TextBox>
</td>
</tr>
<tr>
<td height="23">密 码:</td>
<td class="style4">
<asp:TextBox ID="tbpassword" runat="server" Width="119px" TextMode="Password" style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)">******</asp:TextBox>
</td>
<td class="style1">确认密码:</td>
<td>
<asp:TextBox ID="tbtestpwd" runat="server" Width="122px" TextMode="Password" style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)">******</asp:TextBox>
</td>
</tr>
<tr>
<td height="23">Email:</td>
<td class="style4">
<asp:TextBox ID="tbemail" runat="server" Width="121px" style="color:rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)"></asp:TextBox>
</td>
<td class="style1"> </td>
<td> </td>
</tr>
<tr>
<td height="32" class="style2"></td>
<td class="style5"> <asp:Button ID="btnmgs" runat="server"
Text="Button" onclick="btnmgs_Click" />
</td>
<td class="style3">
<input ID="btnclose" type="button" value="关 闭" onclick="window.close()"/></td>
<td class="style2">
<asp:Label ID="Label1" runat="server"></asp:Label>
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -