PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage How Do I Make It Appear As A Hyperlink On The Page The Form Post To

Reply

How Do I Make It Appear As A Hyperlink On The Page The Form Post To

 
Thread Tools Rate Thread
Old 23-12-2003, 03:26 AM   #1
=?Utf-8?B?RW1haWwgRm9ybSBGaWVsZA==?=
Guest
 
Posts: n/a
Default How Do I Make It Appear As A Hyperlink On The Page The Form Post To


I am creating a form that allows my customer to fill out and post to a page.. I want the email to be a hyperlink so other peopl can respond by just clicking on the email name ... Where do I go to set the form field to show as a hyperlink?
  Reply With Quote
Old 23-12-2003, 04:19 AM   #2
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: How Do I Make It Appear As A Hyperlink On The Page The Form Post To

There is no option for that. The user would have enter the email address in
the following format:

mailto:name@isp.com
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Email Form Field" <anonymous@discussions.microsoft.com> wrote in message
news:F61934ED-5E87-4585-9490-A26316D3EB54@microsoft.com...
> I am creating a form that allows my customer to fill out and post to a

page.. I want the email to be a hyperlink so other peopl can respond by just
clicking on the email name ... Where do I go to set the form field to show
as a hyperlink?


  Reply With Quote
Old 23-12-2003, 12:12 PM   #3
Kevin Spencer
Guest
 
Posts: n/a
Default Re: How Do I Make It Appear As A Hyperlink On The Page The Form Post To

I COULD be done using server-side scripting and a custom form handler, using
ASP, CGI, etc. Requires programming.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:#EeEERRyDHA.2308@TK2MSFTNGP11.phx.gbl...
> There is no option for that. The user would have enter the email address

in
> the following format:
>
> mailto:name@isp.com
> --
>
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, Forums, WebCircle,
> MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Email Form Field" <anonymous@discussions.microsoft.com> wrote in message
> news:F61934ED-5E87-4585-9490-A26316D3EB54@microsoft.com...
> > I am creating a form that allows my customer to fill out and post to a

> page.. I want the email to be a hyperlink so other peopl can respond by

just
> clicking on the email name ... Where do I go to set the form field to show
> as a hyperlink?
>
>



  Reply With Quote
Old 23-12-2003, 02:39 PM   #4
Jim Cheshire
Guest
 
Posts: n/a
Default Re: How Do I Make It Appear As A Hyperlink On The Page The Form Post To

Keep in mind that in doing this, you are going to cause their inbox to be
flooded with spam.

--
Jim Cheshire
Jimco Add-ins
http://www.jimcoaddins.com
===================================
Co-author of Special Edition
Using Microsoft FrontPage 2003
Order it today!
http://sefp2003.frontpagelink.com



"Kevin Spencer" <kevin@takempis.com> wrote in message
news:ucQLRcVyDHA.1856@TK2MSFTNGP09.phx.gbl...
> I COULD be done using server-side scripting and a custom form handler,

using
> ASP, CGI, etc. Requires programming.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:#EeEERRyDHA.2308@TK2MSFTNGP11.phx.gbl...
> > There is no option for that. The user would have enter the email address

> in
> > the following format:
> >
> > mailto:name@isp.com
> > --
> >
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, Forums, WebCircle,
> > MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "Email Form Field" <anonymous@discussions.microsoft.com> wrote in

message
> > news:F61934ED-5E87-4585-9490-A26316D3EB54@microsoft.com...
> > > I am creating a form that allows my customer to fill out and post to a

> > page.. I want the email to be a hyperlink so other peopl can respond by

> just
> > clicking on the email name ... Where do I go to set the form field to

show
> > as a hyperlink?
> >
> >

>
>



  Reply With Quote
Old 24-12-2003, 01:37 PM   #5
MD WebsUnlimited.com
Guest
 
Posts: n/a
Default Re: How Do I Make It Appear As A Hyperlink On The Page The Form Post To

So use the J-Bots component SpamStopper to convert your existing mailto tags
to safe mailtos or to create new mailto tags.
http://www.websunlimited.com/order/...er_help_dir.htm
--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Save 20% using the Promotion code FPNEWS now until Dec 31.
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at mvpga@microsoft.com


"Jim Cheshire" <contactme@www.jimcoaddins.com> wrote in message
news:uVmq1rWyDHA.604@tk2msftngp13.phx.gbl...
> Keep in mind that in doing this, you are going to cause their inbox to be
> flooded with spam.
>
> --
> Jim Cheshire
> Jimco Add-ins
> http://www.jimcoaddins.com
> ===================================
> Co-author of Special Edition
> Using Microsoft FrontPage 2003
> Order it today!
> http://sefp2003.frontpagelink.com
>
>
>
> "Kevin Spencer" <kevin@takempis.com> wrote in message
> news:ucQLRcVyDHA.1856@TK2MSFTNGP09.phx.gbl...
> > I COULD be done using server-side scripting and a custom form handler,

> using
> > ASP, CGI, etc. Requires programming.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> > news:#EeEERRyDHA.2308@TK2MSFTNGP11.phx.gbl...
> > > There is no option for that. The user would have enter the email

address
> > in
> > > the following format:
> > >
> > > mailto:name@isp.com
> > > --
> > >
> > > ==============================================
> > > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > > WEBMASTER Resources(tm)
> > > http://www.ycoln-resources.com
> > > FrontPage Resources, Forums, WebCircle,
> > > MS KB Quick Links, etc.
> > > ==============================================
> > > To assist you in getting the best answers for FrontPage support see:
> > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > >
> > > "Email Form Field" <anonymous@discussions.microsoft.com> wrote in

> message
> > > news:F61934ED-5E87-4585-9490-A26316D3EB54@microsoft.com...
> > > > I am creating a form that allows my customer to fill out and post to

a
> > > page.. I want the email to be a hyperlink so other peopl can respond

by
> > just
> > > clicking on the email name ... Where do I go to set the form field to

> show
> > > as a hyperlink?
> > >
> > >

> >
> >

>
>



  Reply With Quote
Old 24-12-2003, 02:39 PM   #6
Jim Cheshire
Guest
 
Posts: n/a
Default Re: How Do I Make It Appear As A Hyperlink On The Page The Form Post To

That won't work. These posts would be entered dynamically.

--
Jim Cheshire
Jimco Add-ins
http://www.jimcoaddins.com
===================================
Co-author of Special Edition
Using Microsoft FrontPage 2003
Order it today!
http://sefp2003.frontpagelink.com



"MD WebsUnlimited.com" <none@none.com> wrote in message
news:eJXH0tiyDHA.1740@TK2MSFTNGP12.phx.gbl...
> So use the J-Bots component SpamStopper to convert your existing mailto

tags
> to safe mailtos or to create new mailto tags.
>

http://www.websunlimited.com/order/...er_help_dir.htm
> --
> Mike -- FrontPage MVP '97 - '02
> http://www.websunlimited.com
> Save 20% using the Promotion code FPNEWS now until Dec 31.
> --------------------------------------------------------------------------

--
> --------------------
> If you think I'm doing a good job, let MS know at mvpga@microsoft.com
>
>
> "Jim Cheshire" <contactme@www.jimcoaddins.com> wrote in message
> news:uVmq1rWyDHA.604@tk2msftngp13.phx.gbl...
> > Keep in mind that in doing this, you are going to cause their inbox to

be
> > flooded with spam.
> >
> > --
> > Jim Cheshire
> > Jimco Add-ins
> > http://www.jimcoaddins.com
> > ===================================
> > Co-author of Special Edition
> > Using Microsoft FrontPage 2003
> > Order it today!
> > http://sefp2003.frontpagelink.com
> >
> >
> >
> > "Kevin Spencer" <kevin@takempis.com> wrote in message
> > news:ucQLRcVyDHA.1856@TK2MSFTNGP09.phx.gbl...
> > > I COULD be done using server-side scripting and a custom form handler,

> > using
> > > ASP, CGI, etc. Requires programming.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> > > news:#EeEERRyDHA.2308@TK2MSFTNGP11.phx.gbl...
> > > > There is no option for that. The user would have enter the email

> address
> > > in
> > > > the following format:
> > > >
> > > > mailto:name@isp.com
> > > > --
> > > >
> > > > ==============================================
> > > > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > > > WEBMASTER Resources(tm)
> > > > http://www.ycoln-resources.com
> > > > FrontPage Resources, Forums, WebCircle,
> > > > MS KB Quick Links, etc.
> > > > ==============================================
> > > > To assist you in getting the best answers for FrontPage support see:
> > > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > > >
> > > > "Email Form Field" <anonymous@discussions.microsoft.com> wrote in

> > message
> > > > news:F61934ED-5E87-4585-9490-A26316D3EB54@microsoft.com...
> > > > > I am creating a form that allows my customer to fill out and post

to
> a
> > > > page.. I want the email to be a hyperlink so other peopl can respond

> by
> > > just
> > > > clicking on the email name ... Where do I go to set the form field

to
> > show
> > > > as a hyperlink?
> > > >
> > > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off