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:59

Milonic drop down menu with Atlas


Poster: npinchot
Dated: Thursday July 27 2006 - 19:18:59 BST

Not sure if you have checked into Atlas, but your menu currently does not work with it. Atlas requires javascript to be referenced using code such as:

Code:
    <atlas:ScriptManager ID="smMain" EnablePartialRendering="true" runat="server">
        <Scripts>
            <atlas:ScriptReference ScriptName="Custom" Path="functions.js" />
        </Scripts>
    </atlas:ScriptManager>


This breaks your menu. I don't know what it changes about your menu that breaks it but I use quite a few different javascript scripts that work ok with it. Was hoping you might be able to look into this, I am interested in purchasing your product but I can't use it unless it works with Atlas. Just to clarify, Atlas is the "AJAX" Microsoft package for ASP .NET 2.0. Information and downloads for Atlas can be found at http://atlas.asp.net. Thanks.


Poster: npinchot
Dated: Friday July 28 2006 - 15:06:11 BST

I am kind of pressed for time on my decision on which menu software to go with so if someone could address whether or not you might even look into this issue I would appreciate the information. Without any type of response I will be forced to go to a different product.


Poster: Andy
Dated: Friday July 28 2006 - 15:50:36 BST

Try someting like this:

Code:
<atlas:ScriptManager ID="smMain" EnablePartialRendering="true" runat="server">
        <Scripts>
            <atlas:ScriptReference ScriptName="Custom" Path="milonic_src.js" />
            <atlas:ScriptReference ScriptName="Custom" Path="mmenudom.js" />
            <atlas:ScriptReference ScriptName="Custom" Path="menu_data.js" />
        </Scripts>
    </atlas:ScriptManager>


Won't work with Netscape 4 though


Poster: npinchot
Dated: Friday July 28 2006 - 16:27:20 BST

Thanks for the idea, but I tried that and it still gets a Javascript error on all pages and the menu doesn't even show up.


Poster: Ruth
Dated: Friday July 28 2006 - 20:19:32 BST

Hi,

I'm not sure if it would help Milonic to have a test page, sometimes that is the best way so they have the actual page where the problem is.

Ruth