How to email form data

P

Peter Afonin

Hello:

I created a form in FrontPage 2003. Now I have to collect the information
from the user and email the results. I've done this before using ASP and
ASPMail, but I've never done it in FrontPage. What tools FrontPage has for
it? Can I do it without any programming, or I need to write an ASP script?
Is there a good article about it (I couldn't find much information in Help)?

I would appreciate your advice.

Thank you,
 
C

Chuck

Well yes and no. you need a form handler unless the server you use fully
support frontpage. Which most of them for some reason don't.
 
S

Stefan B Rusynko

In FP Help see using Forms and Databases
You can use the std FP forms handler if your site has the FP SE,
or you can use ASP for custom forms handling



| Hello:
|
| I created a form in FrontPage 2003. Now I have to collect the information
| from the user and email the results. I've done this before using ASP and
| ASPMail, but I've never done it in FrontPage. What tools FrontPage has for
| it? Can I do it without any programming, or I need to write an ASP script?
| Is there a good article about it (I couldn't find much information in Help)?
|
| I would appreciate your advice.
|
| Thank you,
|
| --
| Peter Afonin
|
|
 
P

Peter Afonin

Thanks, Chuck.

Yes, my web hosting provider has full FP support. I think most providers
have just server like Apache, because it's cheap, and use an excuse for it
that Microsoft technologies are not secure.

Peter

Chuck said:
Well yes and no. you need a form handler unless the server you use fully
support frontpage. Which most of them for some reason don't.
 

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