The following applies to FP2000 and up:
http://support.microsoft.com/default.aspx?scid=kb;[LN];Q275251
http://quadcomm.com/tips/sendCDOSYSmail.asp
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
Thanks! Seen and tried that one.
Ember
:
See
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=54
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
I tried the below to send an email after a user submits their reservation
information, which I would like to be saved in a db (so it can return a
unique receipt number), however when I submit the form it goes to my
form2
and does not show the confirmation page nor does it update the db.
Can anyone suggest what I may have done wrong or missed?
Thanks
Ember
:
Uhm. No coding.
Just do this. Make a file form.htm.
Make a confirmation page thankyou.htm
Make your form in form.htm.
Set properties to the SQL submission.
Make another form, file form2.htm.
Copy the entire contents of form.htm into form2.htm (Or just save as to
create it in the step above)
Set properties to email.
Set properties to thankyou.htm.
HERE IS THE ONLY DIFFERENT PART:
set "confirmation page" in form.htm to be form2.htm.
Done.
When a user submits, both forms get executed, once with SQL, once with
email.