您目前尚未登陆,请选择【登陆】或【注册
首页->其他源码->内文广告管理系统V1.1版源码>>Login.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:内文广告管理系统V1.1版源码
当前文件:文件类型 TextAd/Login.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="c#" Inherits="AdminLogin" CodeFile="Login.aspx.cs" %> 2<html> 3<head> 4 <title>后台登录</title> 5 <style> 6 BODY { MARGIN: 0px } 7 TABLE { FONT-SIZE: 12px } 8 </style> 9</head> 10<body> 11 <form id="Form1" style="text-align: center; width: 100%; margin-top: 100px" runat="server"> 12 <span style="font-size: 14pt; color: #cc9966"><strong>后台登录<br /> 13 <br /> 14 </strong></span> 15 <table cellpadding="0" cellspacing="0" border="0" width="250" height="150"> 16 <tr> 17 <td> 18 账号:</td> 19 <td> 20 <asp:TextBox ID="name" runat="server" Width="150px" BorderWidth="1px"></asp:TextBox> 21 <br /> 22 </td> 23 </tr> 24 <tr> 25 <td> 26 密码:</td> 27 <td> 28 <asp:TextBox ID="pws" runat="server" Width="150px" BorderWidth="1px" TextMode="Password"></asp:TextBox> 29 </td> 30 </tr> 31 <tr> 32 <td colspan="2" style="text-align: center"> 33 &nbsp;<iframe id="vali" name="vali" src="gif.aspx" width="66" height="20" marginwidth="0" 34 marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="No" style="top: 0px; 35 width: 89px; height: 35px;"></iframe> 36 </td> 37 </tr> 38 <tr> 39 <td> 40 验证码&nbsp;</td> 41 <td style="text-align: left"> 42 &nbsp; 43 <input id="userVer" runat="server" maxlength="6" name="text2" size="6" type="text" 44 style="height: 18px" /> 45 &nbsp; &nbsp; <span style="color: #0000ff; cursor: pointer; text-decoration: underline" 46 onclick="javascript:document.getElementById('vali').contentWindow.location.reload();"> 47 刷新验证码</span>&nbsp; 48 </td> 49 </tr> 50 <tr> 51 <td style="text-align: center;" colspan="2"> 52 <br /> 53 <asp:Button ID="log" runat="server" Text="登录" Width="150px" BorderStyle="Solid" BorderWidth="1px" 54 BackColor="#E0E0E0" BorderColor="Gray" OnClick="log_Click"></asp:Button> 55 </td> 56 </tr> 57 </table> 58 <br /> 59 测试账号<br /> 60 (管理员)账号:qucha密码:000000<br /> 61 (网站主)账号:admin密码:admin 62 </form> 63本代码原创,转载请注明出处! 64</body> 65</html> 66
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:内文广告管理系统V1.1版源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号