NameSilo

What Is The HTML Code For....

Spaceship Spaceship
Watch

dr911

Established Member
Impact
0
Hi All,
I need to hide my e-mail addy (because of the ^&^%*& spam robots). Does anybody know of the "HTML" codes to do that ? Also...to put in words in the "subject line" of the e-mail letter ??



Thanks,
dr911
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Right, a normal email link, including subject:

HTML:
<a href="mailto:[email protected]?subject=Test">Email</a>

You could use something like: http://www.metaprog.com/samples/encoder.htm

Just use the form at the very bottom of the page.

Enter: [email protected]?subject=whatever.

Then to link:

HTML:
<a href="mailto:thecodeitgaveyouhere">Email</a>

Which will output to the browser as a regular link.

Hope that helps.

(Note, this is not 100% bullet proof, but should help a tad)

-Eric
 
0
•••
I use this:

Code:
<script type="text/javascript">
<!--
emailAddy='domain.com'
emailAddy=('yourname' + '@' + emailAddy)
document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>')
-->
</script>
 
0
•••
Why not just use a form instead?
 
0
•••
gamex said:
I use this:

Code:
<script type="text/javascript">
<!--
emailAddy='domain.com'
emailAddy=('yourname' + '@' + emailAddy)
document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>')
-->
</script>

That's a cool little snippet there. I'll definitly save that for use on websites, if it's okay with you.
 
0
•••
gamex said:
I use this:

Code:
<script type="text/javascript">
<!--
emailAddy='domain.com'
emailAddy=('yourname' + '@' + emailAddy)
document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>')
-->
</script>

Looks pretty much like what I use, Robots dont read JS.
 
0
•••
Edit. Didn't work...
 
0
•••
MasterB said:
That's a cool little snippet there. I'll definitly save that for use on websites, if it's okay with you.

Its not my code. I found that on a site by searching google when I was looking for it, but anyone can use it.
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back