650) this.width=650; "title=" Sogou 20141229154354.png "alt=" wkiom1shbypq-amkaacrqejo8bi228.jpg "src="/http S3.51cto.com/wyfs02/m00/57/a5/wkiom1shbypq-amkaacrqejo8bi228.jpg "/>
------------Default.aspx (foreground only, asynchronous login)
<%@ page language= "C #" autoeventwireup= "true" codefile= "Default.aspx.cs" inherits= "_3_ Login Box _ Shaking effect __default" %><! doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "HTTP// Www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">------LOGINMANAGE.ASHX
<%@ webhandler language= "C #" class= "Loginmanage" %>using System;using system.web;public class loginmanage : ihttphandler { public void ProcessRequest (Httpcontext context) { context. response.contenttype = "Text/plain"; string Myusername = context. request.querystring["MyUserName"]; string mypassword = context. request.querystring["MyPassword"]; if (myusername == "123" && mypassword == "123") { context. Response.Write ("OK"); } else { context. Response.Write ("no"); } } public bool IsReusable { get { return false; } }}
650) this.width=650; "title=" Sogou 20141229155008.png "alt=" wkiom1shbwob-66iaacpatej6km247.jpg "src="/http S3.51cto.com/wyfs02/m02/57/a5/wkiom1shbwob-66iaacpatej6km247.jpg "/>
Source code: http://down.51cto.com/data/1968050
Technical Learning Group (developing, group members provide free resources.) Welcome to join us): 426634651
This article is from the "program Ape's Home--hunter" blog, please be sure to keep this source http://962410314.blog.51cto.com/7563109/1597291
3,login (login, Login failed login box jitter)