Hey Virgil, The mailto still needs to go inside of an <a ...> tag.
You would need to end up with a string like this: <a href="mailto:[EMAIL PROTECTED]">Click here to email Kevin</a> -Kevin CULLY Technologies, LLC Sponsor of FoxForward 2007 foxforward.net Virgil Bierschwale wrote: > > > > > > > From: Virgil Bierschwale [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 12:47 PM > To: 'ProFox Email List' > Subject: [NF] What am I missing here ?? > > > > Go to http://www.virgilslist.com and scroll to the bottom of the list. > > See the email column ? > > > > It says mailto:[EMAIL PROTECTED] > > Why does that not show up as a email address with a link that you can click > on ?? > > > > The code is here . > > > > if x.name="email" then%> > > <td><%Response.Write("mailto:" + x.value)%></td> > > <%else%> > > <td><%Response.Write(x.value)%></td> > > <%end if%> > > > > Virgil Bierschwale > > http://www.bierschwale.com > > http://www.bierschwalesolutions.com > > > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

