Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Re: using onBlur, on Focus


Message #1 by google s <googlesxyz@y...> on Thu, 16 Aug 2001 19:31:52 -0700 (PDT)
Thank you very much.  

I got the solution, by the time I got this mail.

any way, I really appreciated for help.

ex:This is the way I did for setfocus and lost focus.
function setfocus(objtext)
{
objtext.style.background="blue"
objtext.style.color="black"
}


  Return to Index