Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

prevent mailto href indexing

<a href="mailto:user@domain@@com"
   onmouseover="this.href=this.href.replace('@@','.')">
   Send email
</a>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #prevent #mailto #href #indexing
ADD COMMENT
Topic
Name
4+6 =