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