Re: FW: [NF] What am I missing here ??

2007-05-26 Thread MB Software Solutions
Virgil Bierschwale wrote: > The code is here . > > > > if x.name="email" then%> > > <%Response.Write("mailto:"; + x.value)%> > > <%else%> > > <%Response.Write(x.value)%> > > <%end if%> > > Looks like you're missing the A HREF keywords. -- Michael J. Babcock, MCP MB Software S

RE: FW: [NF] What am I missing here ??

2007-05-26 Thread Virgil Bierschwale
http://www.bierschwale.com http://www.bierschwalesolutions.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Sent: Saturday, May 26, 2007 8:59 AM To: profox@leafe.com Subject: RE: FW: [NF] What am I missing here ?? And if we answer will you have

RE: FW: [NF] What am I missing here ??

2007-05-26 Thread Allen
And if we answer will you have figured it out yesterday ? Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Virgil Bierschwale Sent: 26 May 2007 15:45 To: [EMAIL PROTECTED] Subject: RE: FW: [NF] What am I missing here ?? Thanks, I got it working

RE: FW: [NF] What am I missing here ??

2007-05-26 Thread Virgil Bierschwale
om Subject: Re: FW: [NF] What am I missing here ?? Hey Virgil, The mailto still needs to go inside of an tag. You would need to end up with a string like this: mailto:[EMAIL PROTECTED]">Click here to email Kevin -Kevin CULLY Technologies, LLC Sponsor of FoxForward 2007 foxfo

Re: FW: [NF] What am I missing here ??

2007-05-26 Thread Kevin Cully
Hey Virgil, The mailto still needs to go inside of an tag. You would need to end up with a string like this: mailto:[EMAIL PROTECTED]">Click here to email Kevin -Kevin CULLY Technologies, LLC Sponsor of FoxForward 2007 foxforward.net Virgil Bierschwale wrote: > > > > > > > From: Vi