email selection on a form

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
 
S

Sparky Polastri

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.
 
J

Jim Buyens

-----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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top