![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is this an effective method to hide an email link? script language="JavaScript" user = "myName"; site = "myDomain"; document.write('<a href= \"mailto:' + user + '@' + site + '\">'); document.write('My Name</a>'); /script |
#3
| |||
| |||
|
|
Is this an effective method to hide an email link? |
#4
| |||
| |||
|
|
There was an article a while back about the relative effectiveness of antispam measures on websites. |
#5
| |||
| |||
|
|
It should work. I'm surprised that the spambots haven't picked up on it, and run javascript to get email links. I suppose the downside of that is that somebody would figure out a method to scam them using js. |
|
There was an article a while back about the relative effectiveness of antispam measures on websites. |
#6
| |||
| |||
|
|
Is this an effective method to hide an email link? script language="JavaScript" user = "myName"; site = "myDomain"; document.write('<a href=\"mailto:' + user + '@' + site + '\">'); document.write('My Name</a>'); /script -- Blair Rasmussen Oshima Web Solutions ------------------------------ http://www.oshima.ca http://www.hockeytawk.com ------------------------------ |
#7
| |||
| |||
|
|
What about using entities, as here: http://www.wbwip.com/wbw/emailencoder.html ?? |
#8
| |||
| |||
|
|
What about using entities, as here: http://www.wbwip.com/wbw/emailencoder.html |
#9
| |||
| |||
|
|
What about using entities, as here: http://www.wbwip.com/wbw/emailencoder.html Good idea. I should think you would only need to encode a character or two if the harvesters are so stupid as to get confused by this :-) RM |
![]() |
| Thread Tools | |
| Display Modes | |
| |