📄 checkemailaddress.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckEmailAddress.aspx.cs" Inherits="Src_CommonOperation_Check_CheckEmailAddress" %>
<!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><%=message %></title>
<link href="../../../Emr.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
// <!CDATA[
function Button1_onclick() {
window.close();
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width:231px;height:168px; position:absolute;top:0%;left:0%" class="checktable">
<tr>
<td style=" width:38px; height:32px"></td>
<td style=" width:157px; height:32px; text-align: left;">
<asp:Label ID="LabelStatus" runat="server" ForeColor="Black"></asp:Label></td>
<td style=" width:35px; height:32px"></td>
</tr>
<tr>
<td style=" width:38px; height:33px"></td>
<td style=" width:157px; height:33px"><asp:TextBox ID="TextBoxEmailAddress" runat="server" Width="186px"></asp:TextBox></td>
<td style=" width:35px; height:33px"></td>
</tr>
<tr>
<td style=" width:38px; height:52px"></td>
<td style=" width:157px; height:52px"><asp:Label ID="LabelMessage" runat="server" Width="188px"></asp:Label></td>
<td style=" width:35px; height:52px"></td>
</tr>
<tr>
<td style=" width:38px; height:49px"></td>
<td style=" width:157px; height:49px">
<span style=" padding-left:35px"><asp:Button ID="ButtonSubmit" runat="server" Text="查看" OnClick="ButtonSubmit_Click" CssClass="button"/>
<input id="Button1" style="width: 54px" type="button" value="取消" onclick="return Button1_onclick()" class="button"/>
</span></td>
<td style=" width:35px; height:49px"></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -