Forum Moderators: open
I don't anticipate being allowed to display these addresses using the javascript anti-spam method, so I was planning on converting every character to it's character entity even though I doubt that it will do much to thwart email harvesters.
I saw in the PHP bag 'o tricks II discussion a method for doing just that which used a function called 'ord'. 'Ord' seems to convert the character to its decimal equivalent.
I am hoping that there is a similar function in ASP.