Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 10th, 2005, 02:08 PM
Registered User
 
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Forms !

Hi,

This question needs only a yes or no answer for now.

Can dreamweaver mx2004 generate form pages that self submit to an email address that I choose, using the designer layout and no coding by me.

At this point I only need a yes/no answer, as Im sure I will need other answers at a later time..

Thanks again for your time.

Sharon :)

 
Old May 10th, 2005, 02:11 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

yes
 
Old May 10th, 2005, 02:13 PM
Registered User
 
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thank you ! that was not only fast but exactly what I needed to hear..

I am sure I will have to come back to this thread LOL !

Thanks again

Sharon.

 
Old May 10th, 2005, 02:18 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Even though this is more than just a Yes, please be aware that a form submitting to an e-mail address sends the actual message with the client's e-mail program. This is very different from sending a message from the server. Using this technique requires the client to have an e-mail program. The client must also send the message manually, which they may not want to do as it gives away their personal information like a name and e-mail address.

You should be aware of the differences between posting a form to an e-mail address and posting to another (or the same) ASP page that sends the message from the server.

Cheers,


Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old May 20th, 2005, 08:50 PM
Registered User
 
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Imar,
ok, I need some clarification. I am sure what you replied made perfect sense, but not to me(completly)..

In the past i used frontpage, which generated an online form that you simply hit (Submit) and the information ended up in my Email address. (as long as the host had frontpage extentions)...

So in dreamweaver I want to do the same.. all on line without using the visitors own email program... I simple want them to fill out the form and tick boxes and hit submit and the info automatically appear in my email... Can it be done?

Help

Sharon..

 
Old May 21st, 2005, 01:50 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I don't know how Front Page handled that, but when you code something like this in ASP and don't want to use the client's mail program, you'll need to send mail using a server side component. That is, a user fills in a form and submits it to a server side page. At the server, the text is retrieved from the form, an email message is constructed and then the message is sent using either a Windows built-in component or a commercial (or free) third-party component that you or your ISP has bought.

Take a look here: http://Imar.Spaanjaars.Com/QuickDocId.aspx?QUICKDOC=249

There are many more articles available on the internet that describe how to send e-mail from an ASP page, so I guess you'll need to Google a bit as well.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms and Sub forms Mink Access 1 December 1st, 2004 08:38 AM
Opening forms from other forms Paulsh Access VBA 1 September 30th, 2004 06:54 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.