Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Mmmkp #1
E-mail link in Html
I want a E-mail link in my html but what is the E-mail link name in Html?
or there one for it?
Mmmkp Guest
-
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... -
Outlook Web Mail link
Our Call center reps now use Outlook Web Mail as their default mail client. I am the webmaster for several Intranet sites. Now that they are doing... -
Mail:Sender - HTML Mail with alternatives problem
I'm trying to generate an HTML mail with text alternatives using the mail:sender module. As everybody can see below the message was created and... -
how do i link an object in Flash to an HTML link?
hi ppl, i want to make a link on an HTML page to an object (layer) in a flash window - this should be possible for multiple layers using... -
help! how to link e-mail???
Hi everyone!!! I have a little problem with linking buttons to e-mail address. When I click it takes me to unknown site and not to e-mail... -
jiggar #2
Re: E-mail link in Html
try this:
<a href="mailto:email@emailaddress.com">Email Link</a>
jiggar Guest
-
Murray *TMM* #3
Re: E-mail link in Html
There are only two ways to process form data (send email) -
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.).
You would have to decide which of these methods is best for your needs,
but if it's Method 2, then start by asking your host what they provide for
form
processing.
--
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
==================
"Mmmkp" <webforumsuser@macromedia.com> wrote in message
news:dtdd0s$86j$1@forums.macromedia.com...>I want a E-mail link in my html but what is the E-mail link name in Html?
> or there one for it?
Murray *TMM* Guest



Reply With Quote

