Dear Ronx:
Where do I put the form action link above my mail to link or below it? My
Confirmation page is a htm web page. Do I type it as: <form method="post"
action="Confirmation.htm"> ?
Also, in my Contact Us web page on my Submit Button, when I receive email
from the user who clicks on the Submit Button I would like the title on the
subject line to read: Changes & Updates. Here is my mail to link: <FORM
name=mainform runat="server" action="mailto:
[email protected]"
onSubmit="validate();"> Where do I add the subject line Changes and Updates
in the link I gave you?
The reason I prefer going to you (the Discussion Group) instead of
Expression Web Forum Group. You, Ronx as well as the Discussion Group
Technicial Support Team know your product and know how to solve a problem by
giving instructions sometimes step by step instructions on how to solve a
problem. Whereas, Expression Forum Group doesn't get to the point in solving
my problem, they give me the round around and their unsolicit comments which
I don't need. For instance, I am still having problems to get my Contact Us
aspx web page to display when I preview it on my browser. Whereas, I am able
to display my Contact Us htm web page on my browser. A few of the Expression
Web Forum Technician told me to download VWD 2005 which I did.
Unfortunately, VWD 2005 made my Contact Us aspx web page worse, I was unable
to Contact Us aspx web page from My Documents; I could only open my Contact
Us aspx web page from the Expression Web Icon. So therefore, I decided to
delete VWD 2005 from my computer. Unfortunately, my problem with my contact
us aspx web page has not been solved-I'm still having problems.
Netti
:
Same procedure in Expression Web, if you are using the extensions to process
the form. If you are using other server side scripting then the confirmation
page is usually the script that processes the form - see the form action
attribute which will be similar to: <form method="post"
action="myscript.asp"> (this uses an asp script to process the form).