You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
435 B

7 months ago
<%@ Page Language="C#" Inherits="LevinFox.forget" src="src/forget.aspx.cs" Debug="true" %>
<script runat="server">
void btnGetPwd_Click(object sender,EventArgs e)
{
string request_info = getPassword();
if("ERROR_INFO_STR" != request_info)
send_email(request_info);
}
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="css/base.css">