send e-mail fom a menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

send e-mail fom a menu

Post by Jaco »

Is it possible to start the-mail software to send an e-mail from a click on a menu. I looked for a menu property like MAILTO but no go.

Thanks.

Jacques
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Code: Select all

aI("text=Item Text;url=mailto:whoever@wherever.com;");
You should also be able to include other mailto parameters in the url string.

The forum has a "Search" function that's often quite useful. You should see a "Search" link toward the top of the forum page. Try searching for "mailto" and you'll see what I mean.

Cheers,

Kevin
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

Post by Jaco »

once again, thanks a bunch.

Jacques
Post Reply