黄褪技术——输入提示的效果

花了好长时间才写出来,自己觉得很伟大了,当眼这个代码看起来很别扭,因为不会善用setTimeOut,希望那位路过不吝赐教

这个程序在IE 6.0,firfox2.0下面都调过了 当然大家可以报bug

嘻嘻 ; - )  !

<! 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 >
< meta  http-equiv ="Content-Type"  content ="text/html; charset=gb2312"   />
< title > 无标题文档 </ title >
< style >
      .rs
{ 
         border-color
:#FF0000;
         border-style
:solid;
         
}

         .rss
{ 
        
         display
:inline-block; 

         
}

         
</ style >
< script  language ="javascript" >

var ob;


function shan(aa){
if(ob!=aa){ ob=aa;

setTimeout(
"as(1)",500);
setTimeout(
"as(2)",1000);
setTimeout(
"as(1)",1500);
setTimeout(
"as(2)",2000);
setTimeout(
"as(1)",2500);



}
}

function as(b)
{
if(b==1)
ob.className 
="rs";
else 
ob.className 
="rss";
}


function obu(aa)
{
if(ob==nullreturn;
ob.className 
="rss";
}



//闪三下然后变浅
</ script >
</ head >


< body >

< input  name ="fd"  type ="text"   value ="ss"  onkeydown ="shan(this)"  onblur ="obu(this)"  class ="rss" />

</ body >
</ html >

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值