JavaScript

FocusColor / BlurColor
  • 조회수 3,411
  • 작성일 2009-12-22
  •  
function FocusColor(This) { This.style.backgroundColor = "#FFF4DA"; }

function BlurColor(This) { This.style.backgroundColor = "#FFFFFF";}

  • Comment 2009-12-22 12:19
<INPUT onblur=BlurColor(this) onfocus="FocusColor(this);" size=30 name=co_b17>