Ajax learning notes-Verify that the user name is available

Source: Internet
Author: User
Tags jquery library
<% @ Page Language = "Java" contenttype = "text/html; charset = UTF-8" pageencoding = "UTF-8" %> <! Doctype HTML public "-// W3C // dtd html 4.01 transitional // en" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> 

Servlet

Protected void dopost (httpservletrequest request, httpservletresponse response) throws servletexception, ioexception {// todo auto-generated method stublist <string> usernames = arrays. aslist ("AAA", "BBB", "CCC"); string username = request. getparameter ("username"); string result = NULL; If (usernames. contains (username) {result = "<font color = 'red'> this user name has been used </font> ";} else {result = "<font color = 'red'> this user name can be used </font>";} response. setcontenttype ("text/html; charset = UTF-8"); response. setcharacterencoding ("UTF-8"); response. getwriter (). print (result );}

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/4B/F6/wKiom1Q2N6DAbcXoAAA3LBrlRkM507.jpg "Title =" qq20141009152149.png "alt =" wkiom1q2n6dabcxoaaa3lbrlrkm507.jpg "/>

This article is from the "Avatar" blog, please be sure to keep this source http://shamrock.blog.51cto.com/2079212/1561787

Ajax learning notes-Verify that the user name is available

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.