change text color in button
- by Syom
i have an input button, which's value is "something" by default, but when i click on it, i start to type. i want, that the default value has one color, and the text i'll type, another one. how can i do that?
here is the script
<input type="text" value="something" onclick="this.value=''" />