/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<input type="text" name="field-name-here" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Enter Email To Get Updates':this.value;" value="Enter Email To Get Updates" />
URL: http://www.erummunir.com/240/clear-text-on-input-field-on-click