好友
阅读权限10
听众
最后登录1970-1-1
|
djwdj
发表于 2017-5-24 23:42
来自手机
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="KeLin.WebSite.Login" %><%
Response.Buffer = true;
Response.Expires = -1;
Response.ExpiresAbsolute = DateTime.Now.AddDays(-1);
Response.Expires = 0 ;
Response.CacheControl = "no-cache";
%><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="MobileOptimized" content="320">
<title>登陆</title>
<script language="javascript" type="text/javascript">
document.onkeydown = function() {
var k = window.event.keyCode;
if (k == "13") {
// Login.submit();
}
}
</script>
<style>
p{background:#333;color:#ddd;margin:80px auto 60px;padding:45px 40px 35px ;width:128px;font-size:64px;border-radius:200px;line-height:1;text-align:center;}
input{width:100%;height:64px;border:solid 1px;text-align:center;font-size:24px;border-radius:30px;background:#eee}
form{margin:5px}
body{max-width:480px;margin:auto;background:#ddd}
</style>
</head>
<body topmargin="0" bgcolor="#FFFFFF">
<p>基哥<br>科技</p>
<form name="Login" action="Login.aspx" method="post">
<input type="hidden"name="ActionStatus" value="login" />
<input onfocus="this.select()" name="UserName" placeholder="用户名" value="" />
<input onfocus="this.select()" type="password" name="Password" placeholder="密码" value="" />
<input type="submit" name="bt" value="登录" class="bt" />
</form>
<div style="display:none">
<script src="https://s96.cnzz.com/z_stat.php?id=1000215668&web_id=1000215668" language="JavaScript"></script>
</div>
</body>
</html> |
-
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|