creating a mailto link

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
viclewis
Super Advanced
Super Advanced
Posts: 43
Joined: Tue Jul 06, 2004 6:19 pm
Location: Sanford, [Sunny]Florida

creating a mailto link

Post by viclewis »

I have been trying to create a link on my menu that will open up the persons email program to send us an email.
I have tried "mailto:" and "email:" etc.
On my drop down menu I have "Contact Us" and here is where I want to create the email link.
I have tried imputting mailto:webmaster@fbclongwood.org but that doesn't work. My menu doesn't show.
My url is: http://fbclongwood.org/Revised%20Church ... index.html
It must be some simple little thing that I'm doing wrong. :roll:
Victor Lewis
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Have you tried:

Code: Select all

aI("text=Contact Us;url=mailto:webmaster@fbclongwood.org;");
Kevin
viclewis
Super Advanced
Super Advanced
Posts: 43
Joined: Tue Jul 06, 2004 6:19 pm
Location: Sanford, [Sunny]Florida

Mailto problem

Post by viclewis »

Thanks Kevin: Your link worked.

I had a " after url=that prevented it from working.Cheers
Victor Lewis
Post Reply