wizard_oz -> Input text in colors (5/23/2006 5:40:09)
Hey, I have a code <input type="text" name="phone" class="csizesmall" value=<%=phone%>>
I recived an answer to the "phone" value, I would like to make it in red colors, but when I will start to type something instead of that value I would like to make it in black. How do I do it? Thanks, Elen
Spooky -> RE: Input text in colors (5/24/2006 6:01:31)
Can you explain a little more?
wizard_oz -> RE: Input text in colors (5/28/2006 8:34:42)
I am sending from another page to this page some variable and I put them in the text box but I would like it to be in RED color, if the client will type some other data to the textbox it will be in black color how do I do it?