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:09
menu set to keepalive not working as defined? [solved]
Poster: nwilcox
Dated: Thursday July 30 2009 - 18:25:39 BST
The advanced search is done using popup() function call off a plain text hyperlink. The other two menus are built using milonic top level menus tha both call sub menu items.
The issue I am having is when I have all three active like shown below, if I roll out of 'Advanced Search' and into one of the other menus, the Advanced Search menu closes.
Can this be fixed?
http://dev.eatright.org/students/
Thanks!
Re: menu set to keepalive not working as defined?
Poster: Ruth
Dated: Thursday July 30 2009 - 18:56:01 BST
Hi,
I just posted this to Andy. I don't see that keepalive is an option in the popup menus so I'll have to wait for Andy's response
Ruth
Re: menu set to keepalive not working as defined?
Poster: nwilcox
Dated: Thursday July 30 2009 - 20:21:53 BST
Ruth wrote:
Hi,
I just posted this to Andy. I don't see that keepalive is an option in the popup menus so I'll have to wait for Andy's response
Ruth
I just posted this to Andy. I don't see that keepalive is an option in the popup menus so I'll have to wait for Andy's response
Ruth
Thanks again Ruth!
I hate to be so picky on the menu functionality but it seems I am running into a lot of issues as we are using a lot of different Milonic approaches all over the design.
Re: menu set to keepalive not working as defined?
Poster: Ruth
Dated: Thursday July 30 2009 - 21:39:04 BST
Not a problem. This might be an issue to post to the support ticket. I don't think that the popup menu's have keepalive and that is something that Milonic would have to do, not something I can fix
Ruth
Re: menu set to keepalive not working as defined?
Poster: nwilcox
Dated: Tuesday August 4 2009 - 15:46:51 BST
FIXED - support helped me at the following on the click event: _m[getMenuByName('MenuMegaAdvancedSearch')][7]=true;
Code:
<a href="javascript:void(0)" onclick="_m[getMenuByName('MenuMegaAdvancedSearch')][7]=true;popup('MenuMegaAdvancedSearch','imgAdvSrc',-1,10);">Advanced Search</a>