表单验证提示信息

<!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" xml:lang="en" lang="en">    
   
<head>    
  <title></title>    
  <style type="text/css"><!-- 
    
  *{    
  margin:0px;padding:0px;font-size:12px;    
  }    
    input{    
      width:100px;height:20px;border:1px solid #ccc;    
    }    
   
   
--></style><style type="text/css" mce_bogus="1">    
  *{    
  margin:0px;padding:0px;font-size:12px;    
  }    
    input{    
      width:100px;height:20px;border:1px solid #ccc;    
    }    
   
  </style>    
</head>    
   
<body>    
<script language="javascript"><!-- 
    
function tips(id,str){    
var l=document.getElementById(id).offsetLeft+120;    
var t=document.getElementById(id).offsetTop;    
document.getElementById("tips").innerHTML="提示:"+str;    
document.getElementById("tips").style.left=l+"px";    
document.getElementById("tips").style.top=t+"px";    
document.getElementById("tips").style.display="";    
}    
function outtips(){    
    document.getElementById("tips").style.display='none';    
}    
// --></script>    
<div id="tips" style="position:absolute;border:1px solid #ccc;padding:0px 3px;color:#f00;display:none;height:20px;line-height:20px;background:#fcfcfc"></div>    
<br />    
姓名:<input type="text" id="username" οnfοcus="tips('username','姓名长度最多16个字符')" οnblur="outtips()" />    
<br />    
密码:<input type="password" id="password" οnfοcus="tips('password','密码长度必须在3-18位之间')" οnblur="outtips()" />    
</body>    
</html> 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值