温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:仿迅雷博客弹出登录窗口
当前文件:
XunleiLogin/login.aspx[2K,2009-6-12 12:00:21],打开代码结构图
XunleiLogin/login.aspx[2K,2009-6-12 12:00:21],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
<html xmlns="http://www.w3.org/1999/xhtml"> 5
<head runat="server"> 6
<title>登录</title> 7
<link href="login.css" rel="stylesheet" type="text/css" /> 8
</head> 9
<body style="margin: 0 0 0 0;" bgcolor="#EBF8FF"> 10
<form id="form1" runat="server"> 11
<div id="login"> 12
<h2> 13
<input id="fnquit" type="button" title="退出登录" /><a href="###" class="cur" name="Email">Email登录</a><a href="###" name="用户名">用户名登录</a></h2> 14
<ul> 15
<li> 16
<input type="hidden" id="logintype" runat="server" /> 17
<tt><label id="logtype">Email:</label></tt><div><asp:TextBox ID="username" runat="server" CssClass="input_out" onfocus="this.className='input_on';this.onmouseout=''" onblur="this.className='input_off';this.onmouseout=function(){this.className='input_out'};" onmousemove="this.className='input_move'" onmouseout="this.className='input_out'" /></div> 18
</li> 19
<li><tt>密 码:</tt><div> 20
<asp:TextBox ID="password" TextMode="Password" runat="server" CssClass="input_out" onfocus="this.className='input_on';this.onmouseout=''" onblur="this.className='input_off';this.onmouseout=function(){this.className='input_out'};" onmousemove="this.className='input_move'" onmouseout="this.className='input_out'"/></div> 21
</li> 22
<li><tt></tt> 23
<div><asp:CheckBox ID="reme" runat="server" Text="下次自动登录" /></div> 24
</li> 25
<li><tt></tt> 26
<div> 27
<asp:Button ID="fnlogin" runat="server" OnClick="fnlogin_Click" /><a href="http://www.lanrentuku.com/" target="_blank">忘记密码?</a></div> 28
</li> 29
</ul> 30
</div> 31
<script type="text/javascript" src="login.js"></script> 32
</form> 33
</body> 34
</html> 35




