View previous topic :: View next topic |
Author |
Message |
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Tue Jan 31, 2006 9:21 pm Post subject: Hidding E-mails |
|
|
I was told there is a way to hide e-mail addresses from address farmers by using javascript or some other kind of coding. Does anyone have a quick and dirty run-down for doing this? _________________ I shine |
|
Back to top |
|
|
jon
Joined: 01 Oct 2004 Posts: 40
|
Posted: Wed Feb 01, 2006 1:07 am Post subject: |
|
|
The best way is to create an image with the email
Jon |
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Wed Feb 01, 2006 6:33 am Post subject: |
|
|
jon wrote: | The best way is to create an image with the email
Jon |
Duh. Not sure why I didn't think of that. Thanks for the tip. I am working up this over-convuluted solutions in my head and there is a simple solution. Thank you very much. _________________ I shine |
|
Back to top |
|
|
Scott
Joined: 14 Oct 2004 Posts: 11
|
Posted: Wed Feb 01, 2006 9:47 am Post subject: |
|
|
You can even generate the email image on the fly with ASP and ASP.NET. |
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Wed Feb 01, 2006 1:11 pm Post subject: |
|
|
Scott wrote: | You can even generate the email image on the fly with ASP and ASP.NET. |
Hmm... I am struggling to learn ASP so that is interesting. Do you have any examples of how one might do that or should I ask in the ASP Forum? _________________ I shine |
|
Back to top |
|
|
Scott
Joined: 14 Oct 2004 Posts: 11
|
Posted: Wed Feb 01, 2006 1:30 pm Post subject: |
|
|
I think you need a special image manipulation component to do that from ASP. In ASP.NET you can do it with the .NET framework image manipulation classes. |
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Thu Feb 02, 2006 4:47 pm Post subject: |
|
|
Thanks Scott. I will check it out. I am not that familar with .net framework from a programming side, but I like to learn so this gives me a good jumping off point. _________________ I shine |
|
Back to top |
|
|
Stigs
Joined: 03 Feb 2006 Posts: 9
|
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Fri Feb 03, 2006 10:32 am Post subject: |
|
|
Stigs,
Thanks for the great article. I checked it out. At first I was afraid it was going to be over my head and non-understandable... But browsing through it I got some really good information out of it.
Has anyone else used Emia4Win before? _________________ I shine |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Fri Feb 03, 2006 6:02 pm Post subject: |
|
|
It is supposed to be a component you can use to do the e-mail handling for you. At least that is from what I have seen. _________________ I shine |
|
Back to top |
|
|
Missie
Joined: 06 Feb 2006 Posts: 25
|
Posted: Mon Feb 06, 2006 7:48 pm Post subject: |
|
|
Well this is a intersecting little tid bit. I will try it on my new site that I am making about X-men 3. Anyway thanks. Sometimes I find myself clueless at the little things, but when it cames to this big stuff I'm kinda really good at it. |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Tue Feb 07, 2006 9:44 am Post subject: |
|
|
twinkle wrote: | It is supposed to be a component you can use to do the e-mail handling for you. At least that is from what I have seen. |
Thanks,
I thing the best component to use for emailing in ASP is CDOSYS.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
Don
Joined: 22 Oct 2004 Posts: 28
|
Posted: Tue Feb 07, 2006 9:48 am Post subject: |
|
|
Tha's true; CDOSYS works just fine for me
Don |
|
Back to top |
|
|
Missie
Joined: 06 Feb 2006 Posts: 25
|
Posted: Thu Feb 09, 2006 8:01 pm Post subject: |
|
|
paul wrote: | twinkle wrote: | It is supposed to be a component you can use to do the e-mail handling for you. At least that is from what I have seen. |
Thanks,
I thing the best component to use for emailing in ASP is CDOSYS.
Paul |
Just fine for me too! I used this code on my site and it works great! Thanks for the info. |
|
Back to top |
|
|
|