Email from Form doesn't work on ASP page

A

adam

Hi,

I don't know much about ASP but I managed to get some
simple code to work so that a form has a dropdown box
which picks up a value passed to the page & defaults to a
specific value.

I wanted the form to email the results of the form to an
email address - normally very simple using FP - but for
some reason it wouldn't email.

Having spent lots of time narrowing down the cause of the
problem it boiled down to this....

Take 1 very basic web page (test.htm) with a simple form
on it & prove that it can email the results to you.
Change the name of the web page to test.asp & try again.
The email now fails.

I know so little about ASP I wonder if I'm doing something
stupid. If not - does anyone know how to fix the problem?

Thanks, Adam.
 
G

Guest

Thanks for the quick response. At least I can stop trying
to figure out how to fix it now.

Don't suppose you can suggest an easy way to pass info
from one web page to another on the click of a button
without using ASP pages?

What I want is to have is one common page with a form on
it, the form is to contain a drop down box that can be
used normally but default to a specific value depending on
how it is called.

I was using ASP so that the hyperlink was being used to
pass a parameter, this was then being 'decoded' using a
combination of Javascript and ASP to set the value of the
drop down box.

Ta, Adam.
 
A

Adam

Very clear & readable stuff!

Looks like even I, with my limited ASP skills, should be
able to do this.

Many thanks, have a great day!

Adam.
 
Top