TextBox Color
-
Hi all, I am using HTML textbox and want to give color when the focus comes to any of the textbox. Please help me. Thanks in advance.
-
Hi all, I am using HTML textbox and want to give color when the focus comes to any of the textbox. Please help me. Thanks in advance.
-
Hi all, I am using HTML textbox and want to give color when the focus comes to any of the textbox. Please help me. Thanks in advance.
Hi there: Take a look at this site...Textbox color << >>
-
Hi all, I am using HTML textbox and want to give color when the focus comes to any of the textbox. Please help me. Thanks in advance.
-
Hi, function changeColor() { document.forms["Form1"].elements["TextBox1"].style.backgroundColor="#FFC0C0"; } Call onfocus method inside textbox html. Vivek Rathore
thanks for the help but would like to know some more things as as when we go to the next textbox how do i go for it. Thanks in advance...