in reply to Hiding mail addresses in mailto: with JavaScript
Also, you might want to consider the /i in your regex to avoid typing the case combinations: /[hH][rR][eE][fF]/ is better done /href/i -- at least it's better for your fingers ;)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Hiding mail addresses in mailto: with JavaScript
by projekt21 (Friar) on Oct 24, 2003 at 19:24 UTC | |
by talexb (Chancellor) on Oct 25, 2003 at 01:46 UTC |