Hi guys
I'm currently using the following code in my text boxes so that if a user clicks on the box the value dissappears:
<input type="text" name="address1" size="44" value="Full name" onFocus="this.value=''">
This works great but is there a way that if the user then clicks on something else (eg a different text box) the original value reappears in the box?
Any help would be fully appreciated
Best regards
Rod from the UK


Reply With Quote
Bookmarks