Email link

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
cb82
Beginner
Beginner
Posts: 2
Joined: Tue Apr 06, 2004 11:14 am

Email link

Post by cb82 »

I am wanting to set up a mailto function, so that when a button on the menu is clicked the email browser will open, like a normal mailto function on a website.
Any help with the code is appreciated. Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

If you mean the person's email program will open, then you would do the following

Code: Select all

aI("text=whoever;url=mailto:whomever@wherever.com;status=contact the whomever;");
Ruth
cb82
Beginner
Beginner
Posts: 2
Joined: Tue Apr 06, 2004 11:14 am

Post by cb82 »

Thanks, its working now. I had not included the url= .
Post Reply