Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Dr.13 #1
how i can do form email by html ??
hello
I want code to make a page same as the one below ...
Thanks
[url]http://zebu.uoregon.edu/cgi-bin2/mailform2?dmason@zebu.uoregon.edu[/url]
Dr.13 Guest
-
Pass URL Parameter from html form to flash form
In CF, I have a link to a form to update a students attendance; takeattendancehv1.cfm?StudentID=#allstudents.StudentID# . I'm using a flash form in... -
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste... -
Connenting email form to an email account
:( I am at a mental brickwall. I created a form, created two text fields and a "log in" button. What I want to have happen is when a person goes to... -
Flash 8 & PHP Form = Screwy HTML Email
Greetings, I'm not very experienced with Data Integration, but in the past I've used a very simple PHP form to send Variables out of Flash to. ... -
Send email from HTML Form without ASP
Hi...I was wondering if it is possible to send an email containing data caught in an HTML form, without using ASP (as my ISP doesn't support ASP). ... -
-
-
Murray *TMM* #4
Re: how i can do form email by html ??
There are two basic ways to process form data -
1. Use mailto:name@domain.com as the action of the form
2. Use a server-side scripting method to a) harvest the form's data, b)
process it in some manner, e.g., enter it into a database, c) formulate and
send an email to one or more email recipients, and d) redirect the visitor
to some ending page
Method 1 is quite simple, and is also the least reliable. It depends both
on your visitor having an email client already installed on their computer -
this eliminates public computers, or home users without email clients
installed (more and more it seems) - and on the installed email client
responding to
the mailto call. It is not possible to use this method *and* send the
visitor to a
thank you page as well.
Method 2 is the preferred method, since it eliminates the problems of method
1, but it means that you have to grapple with server-scripting somehow (ASP,
CF, PHP, perl, etc.).
The choice is yours.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Dr.13" <webforumsuser@macromedia.com> wrote in message
news:dcavu9$469$1@forums.macromedia.com...> how i can do it`s ??
> pleas
>
Murray *TMM* Guest
-
-
Murray *TMM* #6
Re: how i can do form email by html ??
You're welcome.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Dr.13" <webforumsuser@macromedia.com> wrote in message
news:dcd1hd$ae$1@forums.macromedia.com...> thanks :)
Murray *TMM* Guest



Reply With Quote

