email selection on a form

  • Thread starter Thread starter scotch
  • Start date Start date
S

scotch

How could I create a drop down menu that offers different email addresses that mails to that selected email address when the form is submitted ?

Thank you,
scotch
 
scotch said:
How could I create a drop down menu that offers different email addresses
that mails to that selected email address when the form is submitted ?
Thank you,
scotch

FrontPage does not do that out of the box.

You can however, use something like Cold Fusion or ASP to do that. The
specifics depends on what tool you want to use, what the server can support,
etc.
 
-----Original Message-----
How could I create a drop down menu that offers different
email addresses that mails to that selected email address
when the form is submitted ?

The FrontPage Save Results component has no capability of
sending to one of several e-mail addresses. You would need
to create a different page for each recipient (and
possibly jump to that page based on a drop-down menu) or
code the page in ASP or ASP.NET so you could add the
necessary logic.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top