Use Ajax to verify the user name and instance code.

Source: Internet
Author: User

Use Ajax to verify the user name and instance code.

The username verification code using Ajax is as follows:

Interface:

Getguestbook/index. phpm: indexa: verifyUserNameusername: User name to be verified

Return

{Code: returned information code 0 = No error, 1 = error message: Specific returned information}

Js

OUsername1.onblur = function () {// when the focus is lost, the current user name is sent to the backend to verify ajax ('get', 'guestbook/index. php','m = index & a = verifyUserName & username = '+ this. value, function (data) {// alert (data); view var d = JSON in browser debugging. parse (data); // parse oVerifyUserNameMsg. innerHTML = d. message; // display the returned information to the page if (d. code) {// code: returned information code 0 = No error, 1 = Error oVerifyUserNameMsg. style. color = 'red'; // red for the error message} else {oVerifyUserNameMsg. style. color = 'green'; // Add the correct information to green }});}

I would like to share with you so much about the ajax verification username instance code, and hope to help you!

Related Article

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.