Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
RichyMan #1
email address??
I have the following code for email
<strong><font color="#000000"><a
href="mailto:mail@leaktechinc.com"></a></font></strong>
How do add another email address to this? I tried several things even mailcc
and could not get it to work.
RichyMan Guest
-
How to set email address for cron?
Cron is generating some messages on my Ubuntu system. However, the messages are always mailed to root@domain. I have set domain in my postfix... -
eMail Address Protection
I have a program that creates a "cloaked" email address. I started using a e-cloaker prior to purchase of Dreamweaver 8. All spam from website... -
Hiding Email address
Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). TIA Aaron -
email - reply address
After configuring internet access and email accounts using pop3 connector, everything worked fine except for the reply address on the emails. My... -
Getting email address.
When my Users enter their information into my trouble call database, is there a way to get their email address automatically rather than them... -
Singularity.co.uk #2
Re: email address??
Try the below:
<strong>
<font color="#000000">
<a href="mailto:mail@leaktechinc.com;mail2@leaktechin c.com">EMail Me</a>
</font>
</strong>
Notice the ; between the two email addresses.
Brendan
"RichyMan" <webforumsuser@macromedia.com> wrote in message
news:dclpmi$1hg$1@forums.macromedia.com...mailcc> I have the following code for email
>
> <strong><font color="#000000"><a
> href="mailto:mail@leaktechinc.com"></a></font></strong>
>
> How do add another email address to this? I tried several things even> and could not get it to work.
>
Singularity.co.uk Guest
-
RichyMan #3
Re: email address??
Brendan,
I tried this and when I opened the web site and clicked on my Contact Us
button, the second email address did not appear in the Mail To text box. By
the way the second address is [email]rmartin@leakteckinc.com[/email]. I also got a server
error about connecting to server lost and I will contact my IT person.
RichyMan Guest
-
Singularity.co.uk #4
Re: email address??
RichyMan
Not sure what the problem is on your end, as I copied the code into one of
my pages and it opened up Outlook with both the emails in the To box.
It could be down to the browser you are using or the mail client you have.
One thing, using the MailTo link for users to contact you is slowly being
done away with as far as I know. The best way is to code a page for users to
enter in their comments using a form and either insert the information into
a database or email it to yourselves. Try looking up CDONTS to send mail or
see what software your host has that you can incorporate into your site to
send information via email.
Brendan
"RichyMan" <webforumsuser@macromedia.com> wrote in message
news:dcnton$43d$1@forums.macromedia.com...By> Brendan,
>
> I tried this and when I opened the web site and clicked on my Contact Us
> button, the second email address did not appear in the Mail To text box.server> the way the second address is [email]rmartin@leakteckinc.com[/email]. I also got a> error about connecting to server lost and I will contact my IT person.
>
Singularity.co.uk Guest
-
RichyMan #5
Re: email address??
Thanks, I will look at our server and do the form etc. I used the form fill in for the contact the WEB master. Still lots to learn
RichyMan Guest
-
RichyMan #6
Re: email address??
Brendan,
If you look at the leaktechinc.com web page and link contact us, I have the
code (copied from another site) that is not working with a form fill in (not
outlook). I am getting strange stuff and not able to get to work. You can look
at the source code. At one time it worked. Still not able to get the other
email address in the outlook code.
RichyMan Guest
-
Singularity.co.uk #7
Re: email address??
RichyMan
If you swapped the two email addresses in the line below of your code, will
it pick up the other email address?
<a href="mailto:mail@leaktechinc.com;rmartin@leaktech inc.com"></a>
I mightn't be much use to you regarding Flash files as I have never used
them, but have you tried placing the <a href> tag around the flash file like
below:
<a href="mailto:mail@leaktechinc.com;rmartin@leaktech inc.com">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=5,0,0,0" width="105" height="21">
<param name="BGCOLOR" value="">
<param name="movie" value="contact.swf">
<param name="quality" value="high">
<embed src="contact.swf" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105"
height="21" ></embed>
</object>
</a>
"RichyMan" <webforumsuser@macromedia.com> wrote in message
news:dco3ju$dfq$1@forums.macromedia.com...the> Brendan,
>
> If you look at the leaktechinc.com web page and link contact us, I have(not> code (copied from another site) that is not working with a form fill inlook> outlook). I am getting strange stuff and not able to get to work. You can> at the source code. At one time it worked. Still not able to get the other
> email address in the outlook code.
>
>
Singularity.co.uk Guest
-
RichyMan #8
Re: email address??
Brendan
Tried that and it did not work. I will check line by line. Please look at
contact WEB Master and I have two email addresses. If you look at Contact Me
this brings up the page for a reply. This is not working but once did. Lost.
RichyMan Guest



Reply With Quote

