/ Published in: JavaScript
Hide your e-mail from spiders. Show and select on hover for user friendly reason. Read only to prevent accidental change.
Expand |
Embed | Plain Text
<form action="#" onsubmit="return false;"> <input readonly value="Hover to see my E-mail" onmouseover="focus();select();value='F'+'o'+'o'+'@'+'b'+'a'+'r'+'.'+'c'+'o'+'m';" /> </form>
Comments
Subscribe to comments
- Posted By: Feb30th1712 on February 21, 2008
You need to login to post a comment.
