Skip to main content
Inspiring
May 25, 2007
Question

Form to email and database

  • May 25, 2007
  • 3 replies
  • 339 views
Hi

I am really sorry to post this.
I have seen this question answered so many times, but now I need to use it
and I have forgotten the procedure, Can't seem to find any recent posts re
this.
ASP, Dreamweaver 8, Access database. Windows, CDONTS email

I can insert form to database, I can email form contents, I can't do both.

HYCH

Elaine


This topic has been closed for replies.

3 replies

Inspiring
May 29, 2007
After your server-side Insert code (this is between <% and %>) just include
the CDOSys code to send the email. You could put this inside your <BODY>
</BODY> tags.

This will then email directly after the Insert. Notice I use CDOSys instead
of CDONTS though as CDONTS was replaced BY CDOSys after Windows 2000.


"Elaine" <elaine0202001nospam@yahoo.com> wrote in message
news:f37dl8$t6i$1@forums.macromedia.com...
>I know you can.
> How it is done, is what I am trying to find out.
>
> Elaine
>
> "Tea Rust" <rust@hahaha.com> wrote in message
> news:f37cc6$rov$1@forums.macromedia.com...
>> Yes, you can. You have to go into the code and have both operations
>> happen. It will take some ASP knowledge to do it though.
>>
>>
>> "Elaine" <elaine0202001nospam@yahoo.com> wrote in message
>> news:f37a09$p0s$1@forums.macromedia.com...
>>> Hi
>>>
>>> I am really sorry to post this.
>>> I have seen this question answered so many times, but now I need to use
>>> it and I have forgotten the procedure, Can't seem to find any recent
>>> posts re this.
>>> ASP, Dreamweaver 8, Access database. Windows, CDONTS email
>>>
>>> I can insert form to database, I can email form contents, I can't do
>>> both.
>>>
>>> HYCH
>>>
>>> Elaine
>>>
>>
>>
>
>


Inspiring
May 25, 2007
I know you can.
How it is done, is what I am trying to find out.

Elaine

"Tea Rust" <rust@hahaha.com> wrote in message
news:f37cc6$rov$1@forums.macromedia.com...
> Yes, you can. You have to go into the code and have both operations
> happen. It will take some ASP knowledge to do it though.
>
>
> "Elaine" <elaine0202001nospam@yahoo.com> wrote in message
> news:f37a09$p0s$1@forums.macromedia.com...
>> Hi
>>
>> I am really sorry to post this.
>> I have seen this question answered so many times, but now I need to use
>> it and I have forgotten the procedure, Can't seem to find any recent
>> posts re this.
>> ASP, Dreamweaver 8, Access database. Windows, CDONTS email
>>
>> I can insert form to database, I can email form contents, I can't do
>> both.
>>
>> HYCH
>>
>> Elaine
>>
>
>


Inspiring
May 25, 2007
Yes, you can. You have to go into the code and have both operations happen.
It will take some ASP knowledge to do it though.


"Elaine" <elaine0202001nospam@yahoo.com> wrote in message
news:f37a09$p0s$1@forums.macromedia.com...
> Hi
>
> I am really sorry to post this.
> I have seen this question answered so many times, but now I need to use it
> and I have forgotten the procedure, Can't seem to find any recent posts re
> this.
> ASP, Dreamweaver 8, Access database. Windows, CDONTS email
>
> I can insert form to database, I can email form contents, I can't do both.
>
> HYCH
>
> Elaine
>