HTML forms
HTML forms
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- dmay0
input type="text" value="Name" onfocus="if (this.value == 'Name'){ this.value = ''; }" onblur="if (this.value == ''){ this.value = 'Name'; }"
input type="text" value="Name" onfocus="if (this.value == 'Name'){ this.value = ''; }" onblur="if (this.value == ''){ this.value = 'Name'; }"