<input type="text" class="type-field" name="username" value="Username" onFocus="if (this.value=='Username') this.value='';" onBlur="if (this.value=='') this.value='Username';" />
well, I want to do onFocus and onBlur for the password field, but it would show stars instead of the text I want shown.
Is there away around this?