ajax 注册页面检测效果二

ajax 注册页面检测效果二

  function check_id(id_name,n){
  var sd="lifont"+n;
      obj = document.getElementById(''+sd+'');
      var reId=/^[wu0391-uFFE5]+$/;
    var b_id=reId.test(id_name);
    if(!b_id){
     obj.innerHTML="<li><div id=lifont>input data null</div></div> ";
     //flag[1]=0;
     //check_data();
    }
    else{
    obj.innerHTML="<li><div id=lifont>Thank you ok</div></div>";
     //checkid(id_name);
    }
   }
   
   function number(num,n){
   var sd="lifont"+n;
      obj = document.getElementById(''+sd+'');
   var renumber=/d{2,4}-d{7,8}|d{7,8}/;
           var rn=renumber.test(num);
   if(!rn){
   
   obj.innerHTML="<li><div id=lifont>then number is error</div></div>";
   
   }
   else{
   
   obj.innerHTML="<li><div id=lifont>thank you ok</div></div>";
   
   }
   
   
   
   }
   
   
   
   function check_email(email,n){
    var sd="lifont"+n;
      obj = document.getElementById(''+sd+'');
   var reEmail=/^w+([-+.]w+)*@w+([-.]w+)*.w+([-.]w+)*$/;
   var b_email=reEmail.test(email);
   if(b_email){
    obj.innerHTML="<li><div id=lifont>Thank you email ok</div></div>";
   }
   else{
     obj.innerHTML="<li><div id=lifont>input email error</div></div> ";
   }
  }
   
   
   
   
   
   
 var code ;
     function createCode()  
     {   
       code = "";  
       var codeLength = 6; 
   var checkCode = document.getElementById("code");  
       var selectChar = new Array(0,1,2,3,4,5,6,7,8,9,'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');
          
       for(var i=0;i<codeLength;i++)  
       {  
        
          
       var charIndex = Math.floor(Math.random()*36);  
       code +=selectChar[charIndex];  
         
          
       }  
  checkCode.innerHTML=code;  
    if(checkCode)  
       {  
         checkCode.className="code";  
         checkCode.value = code;  
       }
 }
 
function show(sid)
{
var sd="salshow"+sid;
obj = document.getElementById(''+sd+'');
if(sid=="2")
{
var show="  <div id=title><div id=st>1</div></div><div class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('companyindustry').value ='Architect'">Architect</a></div><div id=title><div id=st>2</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('companyindustry').value ='Interior Designer'">Interior Designer</a></div><div id=title><div id=st>3</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('companyindustry').value ='Private Client'">Private Client </a></div><div id=title><div id=st>4</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('companyindustry').value ='Wholesaler'">Wholesaler</a> </div><div id=title><div id=st>5</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('companyindustry').value ='Importer'">Importer</a> </div>";
}
else{
var show="<div id=title><div id=st>1</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('salname').value ='Mr'">Mr</a></div><div id=title><div id=st>2</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('salname').value ='Mrs'">Mrs</a></div><div id=title><div id=st>3</div></div><div class=thing class=thing onmouseOver=this.className='thingtwo' onmouseOut=this.className='thing'><a href=# onmouseover="document.getElementById('salname').value ='Dr'">Dr</a></div> ";
}
obj.innerHTML = show;
}

function send(vid){
var sd="salshow"+vid;
obj = document.getElementById(''+sd+'');
obj.innerHTML ="";
}

 function gocode ()  
     {  
  var er=document.getElementById("lifont9")
       var inputCode = document.getElementById("inputcode").value;  
   // alert(code);
       if(inputCode.length <=0)  
       {  
          // alert("please,input code value ");  
    er.innerHTML="<li><div id=lifont>please,input code value</div></li>";
       }  
       else if(inputCode != code )  
       {  
          //alert("sorry,your input code error !");  
    er.innerHTML="<li><div id=lifont>sorry,your input code error !</div></li>";
          createCode();//?
       }  
       else  
       {  
        // alert("thank you input ok"); 
    er.innerHTML="<li><div id=lifont>thank you input ok</div></li>";
  
       }  
         
       }

  function dotshow(){
 obj = document.getElementById('noshow');
var show="<strong>ENTER</strong>";
obj.innerHTML = show;
MyWin.Create();
  }

 

  function Cl( objID )
{
 var obj = document.getElementById( objID );
 if( typeof( obj ) == 'object' )
  obj.style.display = 'none';
}

时间: 2024-10-26 10:59:30

ajax 注册页面检测效果二的相关文章

ajax 注册页面检测效果

ajax 注册页面检测效果,今天我们就来看看这种效果的吧. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <

ajax 注册页面检测效果三

这最后一个是CSS文件了   @font-face {     font-family: Optima nova LT Pro Light;     font-style:  normal;     font-weight: normal;     src: url(TIMESNE0.eot);   } *{-moz-user-select:none;} *{cursor:default} body{margin:0px;padding:0px;overflow:hidden;text-alig

注册页面中使用AJAX即时提醒用户能否注册成功

ajax|页面 晕呼呼的看了2天AJAX初级教程,为将要做的论坛的注册页面加写技术进去...AJAX实际上是在JAVASCRIPT向后台的SERVLET发送消息,然后从SERVLET的响应中获取消息.这里提供一个简单的注册页面提醒用户注册名是否存在.yemian.html:<html>.....<script type="text/javascript"> var xmlHttp;   //定义一个XMLHttpRequest对象,用来发送,提取消息(如想SER

ci检测是ajax还是页面post提交数据的方法_php实例

本文实例讲述了ci检测是ajax还是页面post提交数据的方法.分享给大家供大家参考.具体实现方法如下: 一.问题: 因为项目需要我们希望知道提交数据来源是由ajax提交过来的数据还是由页面的post提交过来的数据从而进行不同层面上的处理. 二.解决方法: 在php中解决方法如下: 如果是ajax请求,以下表达式的值为真 复制代码 代码如下: $_SERVER["HTTP_X_REQUESTED_WITH"]=="XMLHttpRequest" 就是一个PHP的环境

ASP注册页面使用ajax post提交无法成功,通过抓包发现POST数据长度为0,求错误在那

问题描述 ASP注册页面使用ajax post提交无法成功,通过抓包发现POST数据长度为0,求错误在那 <!DOCTYPE html> <html lang="en"> <head> <title>微信通用平台管理系统注册</title><meta charset="UTF-8" /> <meta name="viewport" content="width

用AJAX实现页面登陆以及注册用户名验证的简单实例_AJAX相关

AJAX即"Asynchronous Javascript And XML"(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术. AJAX 是一种用于创建快速动态网页的技术.其核心是 JavaScript 对象 XMLHttpRequest.该对象在 Internet Explorer 5 中首次引入,它是一种支持异步请求的技术.简而言之,XMLHttpRequest使您可以使用 JavaScript 向服务器提出请求并处理响应,而不阻塞用户. 通过在后台与

急问,马上给分:ajax控件放在frame里面没看到效果,直接放ajax的页面却可以看到效果

问题描述 ajax控件放在frame里面如:<framesetname="top"id="frmset1"rows="90,84%"><framesrc="Top.aspx"name="frmtop"id="frmtop"><framesetname="split"id="frmset1"cols="18%,

用AJAX实现页面登陆以及注册用户名验证的简单实例

AJAX即"Asynchronous Javascript And XML"(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术. AJAX 是一种用于创建快速动态网页的技术.其核心是 JavaScript 对象 XMLHttpRequest.该对象在 Internet Explorer 5 中首次引入,它是一种支持异步请求的技术.简而言之,XMLHttpRequest使您可以使用 JavaScript 向服务器提出请求并处理响应,而不阻塞用户. 通过在后台与

AJAX实现简单的注册页面异步请求实例代码

AJAX简介 (1)AJAX = 异步 JavaScript 和 XML. (2)AJAX 是一种用于创建快速动态网页的技术. (3)通过在后台与服务器进行少量数据交换,AJAX 可以使网页实现异步更新.这意味着可以在不重新加载整个网页的情况下,对网页的某部分进行更新. (4)传统的网页(不使用 AJAX)如果需要更新内容,必需重载整个网页面. 简单布局 JS先判断,把前端可以的判断做,减少服务器的交互 $('button').on('click',function(){; var boolus