Add hint text to input box

June 14, 2007 by hejian

Add hint text to input box, when you click in that field the text go away immediately:

<input type="text"
value="hint..."
onblur="if(this.value=='') this.value='hint...';"
onfocus="if(this.value=='hint...') this.value='';" />

Uncategorized

Leave a Reply

You must be logged in to post a comment.

Wordpress template made by HeJian