Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Email address munging in the TLUG archives



On Mon, 4 Dec 2006 16:55:00 +0900, "Josh Glover" <jmglov@example.com>
wrote:

> I like your idea or a Javascript text hack.

Feel free to use this JS hack if you like:

  function WriteMailLink(user,domain,subject,display) {
    document.write('<a href="mai');
    document.write('lto:'+user+'&#64;');
    document.write(domain);
    if ( subject.length > 0 )  document.write("?subject="+subject);
    document.write('">');
    if ( display.length > 0 )
      document.write(display);
     else
      document.write(user+'&#64;'+domain);
    document.write('<'+'/a>');
  }

--
G. Stewart - godwin.stewart@example.com

There's no place like ~

Attachment: pgp1O15sCDH5a.pgp
Description: PGP signature


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links