- Code: Select all
<input class="bginput" type="text" name="keywords" size="15" value="enter your text here ..." onFocus="if (this.value=='enter your text here ...') {this.value=''}" onBlur="if(this.value=='')this.value='enter your text here ...' ">
what will the code look like if i want the 'textarea' do somthing like the above code did to the 'text'.


Didn't get your question!