If your host has Frontpage Server Extensions and CDONTS installed, you can use the following tutorial to walk you through the process:
http://www.frontpagemagic.
Main Topics
Browse All TopicsI have a FrontPage 2003 .htm page with a form on it, which sends the form results to an email address. No problem with that.
But I want to include in the form a form field value picked up automatically from the previously displayed page, which is a .asp page.
I think that this means that my .htm form page needs to be changed to an active server page, but if I do that, the form fields cease to get sent to the required e-mail address. Instead, the new .asp form page just gets redisplayed each time the Submit button is clicked on, and no confirmation page is displayed
Can anyone suggest a solution to this problem please?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If your host has Frontpage Server Extensions and CDONTS installed, you can use the following tutorial to walk you through the process:
http://www.frontpagemagic.
Business Accounts
Answer for Membership
by: coreybryantPosted on 2004-06-08 at 04:58:03ID: 11258921
You will need to use JMail or another ASP form handler. FP cannot e-mail an ASP page (it can dump it into a database only). First see what your hosting company supports.
-Corey