Forum Moderators: open

Message Too Old, No Replies

Stealthing email addys with js

but I don't know about this other thing....

         

vkaryl

1:51 am on Aug 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I understand how to do this. I have a script ready to go. But apparently I'm somewhat dim, because today at work I was going over this with the IT guy (yeah, the same one who doesn't have a decent backup system in place *sigh*), and he made noises which I took to mean that if I put this confustication script in the head of my pages where email addys will be available for use, those who have js disabled in their browsers will have problems with the pages.

I know that using js can create problems because of this. But somehow I thought that stealthing the email addys wouldn't affect anything otherwise.

So which wrong am I? Must be one of them....

roitracker

2:59 am on Aug 6, 2004 (gmt 0)

10+ Year Member



No problem - just add...

<noscript>info AT domain DOT com</noscript>

to your code (ie. don't use the actual "@" sign).

Alternatively, you could put a link to a web-based form in the noscript tags.

vkaryl

10:20 pm on Aug 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh wow. That's about as simple a solution as you could give me! That's great, and thanks so much for helping out a js beginner!