/ Published in: JavaScript
URL: http://www.webintenta.com/tip-resaltar-el-campo-activo-de-un-formulario.html
Expand |
Embed | Plain Text
<input type="text" onFocus="this.style.backgroundColor='#FFFF99'" onBlur="this.style.backgroundColor='white'">
You need to login to post a comment.
