Using javascript in JSF
Hi,
I need to change an image which is after the textbox, when onblur event occurs using javascript in JSF.
<h:inputText size="30" id="j_username" value="#{focal.j_username}"
onblur="changeImage()" >
<h:graphicImage id="idImage" value="/images/circleDash.gif" height="15" width="15"/>
what should be the code in the function changeImage() ?
Thanks in Advance,
Satish.

