/ Published in: JavaScript
The simplest approach I know.
Expand |
Embed | Plain Text
<input type="text" name="email" class="fmail" value="Email*" onblur="if(value=='') value = 'Email*'" onfocus="if(value=='Email*') value = ''" />
You need to login to post a comment.
