3,login (login, Login failed login box jitter)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.