javascript thread: Re: using onBlur, on Focus
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"
}
|





