
Originally Posted by
pookeyblow
I'm sorry. I didn't explain it very well. What I meant was if it's possible to do it like this, just encrypted:
Code:
<a href="mailto:someone@some.com">someone@some.com</a>
Encrypted that would be:
Code:
<a href="mailto:%73%6f%6d%65%6f%6e%65%40%73%6f%6d%65%2e%63%6f%6d">someone@some.com</a>
The way to get that would be to follow the same steps as shown in my previous post, then reset the form with the 'Reset Form' button. Then paste:
someone@some.com
into the Encrypt/Decrypt - enter email subject below (ascii characters/HTML decimal codes) field. Hit Encrypt/Decrypt and then copy that result right back from the Encrypt/Decrypt - enter email subject below (ascii characters/HTML decimal codes) field, not from the Full mailto Statement field. and place that part:
Code:
<a href="mailto:someone@some.com">HERE</a>
Bookmarks