Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Form to email and database

LEGEND ,
May 25, 2007 May 25, 2007
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


TOPICS
Server side applications
343
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2007 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
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2007 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
>>
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 29, 2007 May 29, 2007
LATEST
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
>>>
>>
>>
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines