<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Code,We play with each other..._分类_AJAX</title><id>http://feed.cnblogs.com/blog/u/24059/category/165270/rss</id><updated>2012-06-02T12:25:35Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/category/165270.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24059/category/165270/rss"/><entry><id>http://www.cnblogs.com/huazai/archive/2008/11/25/1340911.html</id><title type="text">Ajax验证用户名是否存在</title><summary type="text">在注册的时候,常会进行用户名验证,如果输入的用户名已经存在,立刻给出提示而不是等信息填写完后进行验证,如果输入信息很多的话,不仅信息会丢失,并且会进行一次回传,很恼火,那么注册的时候使用Ajax验证一下,就可以避免这些问题了,下面给出最简单的使用示例,判断用户名是否存在:第一种:最原始的JS验证HMTL代码:&lt;html xmlns="http://www.w3.org/1999/xhtml"...</summary><published>2008-11-25T13:26:00Z</published><updated>2008-11-25T13:26:00Z</updated><author><name>PoulXia</name><uri>http://www.cnblogs.com/huazai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huazai/archive/2008/11/25/1340911.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/archive/2008/11/25/1340911.html"/><content type="text">在注册的时候,常会进行用户名验证,如果输入的用户名已经存在,立刻给出提示而不是等信息填写完后进行验证,如果输入信息很多的话,不仅信息会丢失,并且会进行一次回传,很恼火,那么注册的时候使用Ajax验证一下,就可以避免这些问题了,下面给出最简单的使用示例,判断用户名是否存在:第一种:最原始的JS验证HMTL代码:&lt;html xmlns="http://www.w3.org/1999/xhtml"...</content></entry></feed>
