"mailto" tag n Menus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Folkie Brian
Beginner
Beginner
Posts: 2
Joined: Fri Sep 15, 2006 10:10 am
Location: Penzance, Cornwall
Contact:

"mailto" tag n Menus

Post by Folkie Brian »

Anyone know how to get...

Code: Select all

<a href="mailto:another@anyplace.com">Ticket Officer</a>
to work directly from a menu entry?

I have tried everything I know (escaping " thus \" etc...) and cannot get it to work. Maybe it's not possible, but I would have thought it should be.
Best regards, Brian
User avatar
stephen702
Super Advanced
Super Advanced
Posts: 77
Joined: Wed Jul 16, 2003 4:53 am
Location: Davis, CA
Contact:

Post by stephen702 »

Something like this has worked for me:

aI("text=Ticket Officer;url=mailto:another@anyplace.com;status=Contact Ticket Officer;");
Post Reply