Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21

E-mail hyperlink not working.


Poster: vikenk
Dated: Monday December 19 2005 - 14:15:27 GMT

Hello all,

I have an e-mail hyperlink in the text of one of my menu items, but clicking on it does nothing. I wonder if my syntax is correct. If you go to:

http://www.sayatnova.com and go to "Pictures" and "Read Me" you'll see the hyperlink and that it's inactive. Here's how it looks in my menu_data.js file.


Code:
with(milonic=new menuname("Read Me")){
style=sub;
aI("onbgcolor=#000000;oncolor=#ff9900;itemwidth=300;align=left;text=*All pictures are the property of the Sayat Nova Dance Company of Boston. Pictures may not be used or reproduced without the expressed, written consent of the Sayat Nova Dance Company of Boston. For any media requests, please contact <a href='webmaster __at__ sayatnova.com'>the Webmaster</a>.<br>*All photographs by Viken Karaguesian except 'Nune Tour 2002', 'Armenia 1995' or as otherwise noted.");
}


Notice <a href='webmaster __at__ sayatnova.com'>the Webmaster</a>. As far as I know, this syntax is correct and it does show up as "hyperlink blue".

Can an e-mail link be done this way or must I put it in the menu as url=webmaster __at__ sayatnova.com?

Thanks.

Viken K.


Poster: Migru
Dated: Monday December 19 2005 - 15:15:08 GMT

yes, put it in the menu as url=webmaster __at__ yourwebsite.com

this works, depending on your mail program, just tested e.g. with Pegasus Mail.



Michael


Poster: Ruth
Dated: Monday December 19 2005 - 16:11:17 GMT

If you want to keep it as the text link like that, you need to add type=html; to the aI string.

Code:
. . .otherwise noted.;type=html;");
}


Ruth


Poster: vikenk
Dated: Monday December 19 2005 - 16:55:14 GMT

Perfect!

Thanks Ruth. Oce again, you come to the rescue.