“Email de criptografia html de bots” Respostas de código

Email de criptografia html de bots

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
Drab Dragonfly

Email de criptografia html de bots

<a href="#" class="cryptedmail"
   data-name="info"
   data-domain="example"
   data-tld="org"
   onclick="window.location.href = 'mailto:' + this.dataset.name + '@' + this.dataset.domain + '.' + this.dataset.tld; return false;"></a>
Drab Dragonfly

Respostas semelhantes a “Email de criptografia html de bots”

Perguntas semelhantes a “Email de criptografia html de bots”

Mais respostas relacionadas para “Email de criptografia html de bots” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código