Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html encrypt email from bots

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

html encrypt email from 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>
Comment

PREVIOUS NEXT
Code Example
Html :: how to delete an activity andriod 
Html :: code for dropdown in html 
Html :: html basic command and eplANATION 
Html :: how to accept pasted image in html 
Html :: jokes 
Html :: which of the following html tags are valid child items for the table elements? 
Html :: HTML <address for Contact Information 
Html :: Procent in html 
Html :: laravel route explicit binding 
Html :: html mailto two addresses 
Html :: salesforce required asterisk input filed 
Html :: nonce in script tag 
Html :: c# how to get src from html img 
Html :: brackeys C# 
Html :: ta html inside vue data function 
Html :: show html 
Html :: how to make a form display in a site 
Html :: Boot Strap loader 
Html :: google address suggestion is not working inside popup modal 
Html :: membuat navbar html sederhana 
Html :: control icon size html 
Html :: zoneofdevelopment 
Html :: how to show comma separated values in html 
Html :: html webgl 
Html :: how to keep audio in the web html 
Html :: rrtrt 
Html :: does whitehatjr teach c++ 
Html :: rb_dash-2 
Html :: html.raw to list model 
Html :: asp display object list in table 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =