Search found 25 matches

by tmakaro
Mon Mar 19, 2007 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menu creation with js works in ie7 but not ie6
Replies: 6
Views: 5112

Granted the example I gave you was very simple and does not need to use clickFunction. There are however reasons to use the clickFunction sometimes.

I think I can work around this problem by using your suggestion for some of the links. I will let you know how it goes. Thanks
by tmakaro
Mon Mar 19, 2007 2:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menu creation with js works in ie7 but not ie6
Replies: 6
Views: 5112

Its been 4 days now without a response. I'm sure you guys are busy but are you at least aware of this problem I am having? It's holding up our release.
by tmakaro
Fri Mar 16, 2007 12:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menu creation with js works in ie7 but not ie6
Replies: 6
Views: 5112

Wow, its taken exactly one month to get the company I work for to renew our subscription. I now have the newest version and the javascript error is gone but it still doesn't work.

Take a look at http://www.makaro.com/milonic/test.html
Hover over submenu1 and you will see the first menu option is ...
by tmakaro
Wed Feb 14, 2007 10:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menu creation with js works in ie7 but not ie6
Replies: 6
Views: 5112

dynamic menu creation with js works in ie7 but not ie6

Hi I am getting the following error in ie6 while ie7 and firefox works fine. Please help.

Line: 21
Char: 28995
Error: Object required
Code: 0
URL: http://www.makaro.com/milonic/test.html

Try it for yourself at: http://www.makaro.com/milonic/test.html
just hover over a menu using ie6 and the ...
by tmakaro
Fri Jan 19, 2007 1:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

That worked great. Thank you Andy!
by tmakaro
Thu Jan 18, 2007 12:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

our open delay is usually set to 120. I set it temporarily to 2000 to exagerate the problem for you. I also just now tried setting it to 0 and the problem still exists although not as badly as when it is set to 120.
by tmakaro
Wed Jan 17, 2007 8:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

darn, I found another problem. It seems the submenus popup and don't close.

As I hover over a sub menu the onfunction method calls the proper method to create and display the sub menu.

All works great until I hover over a bunch of sub menus at once.

Try this in my example at http://www.makaro.com ...
by tmakaro
Wed Jan 17, 2007 1:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

Yippie! You da man! It works great. Thanks
by tmakaro
Sun Jan 14, 2007 11:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

Ajax is just a way of asychronously using javascript to access your server and refresh only parts of a web page. I really don't need this because I already have all the menu options in a js file that is cached by the users browser.

As long as the browsers don't pop up a window with the error, the ...
by tmakaro
Fri Jan 12, 2007 3:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

Hi, i doubt this code ever worked. It is something I tried a very long time ago but scrapped because it used to get the sub menu data from the server using an iframe but I found this caused the back button to stop working.

The concept of getting the submenu data from the server is still scrapped ...
by tmakaro
Thu Jan 11, 2007 11:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

hi, I haven't heard back from anyone so I am just curious, Is anyone working on this problem since my last post? Am I going through the right channel as a registered user?
by tmakaro
Thu Jan 11, 2007 6:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

I just created the code a day before my original post with the noted older version. Now I have upgraded to the newest version and have the same error. If it helps, the error I am getting from IE7 is:

line: 21
Char: 10328
Error: '25' is null or not an object
Code: 0:
URL: http://www.makaro.com ...
by tmakaro
Thu Jan 11, 2007 6:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

ok, now I'm back to my original error. Try it at: http://www.makaro.com/milonic2/test.html
by tmakaro
Thu Jan 11, 2007 1:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

i added the edit js file as you suggested and was able to get it partially working again. It seems to work fine except for the errors.

http://www.makaro.com/milonic2/test.html

The error I get in firefox is:
when I hover over a menu:

Error: $H is not defined
Source File: file:///C:/milonicTest ...
by tmakaro
Wed Jan 10, 2007 10:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

OK, I have upgraded to the newest version! Of course now it doesn't work at all :(

Try it for yourself at: http://www.makaro.com/milonic2/test.html

I suspect it has something to do with the mm_createNewMenus method I have:


function displaySubMenu() {
currentItem = _itemRef;
mm_createNewMenus ...
by tmakaro
Wed Jan 10, 2007 1:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error: _M has no properties ???
Replies: 21
Views: 12796

Error: _M has no properties ???

Can someone please tell me why I am getting the following error message:

Error: _M has no properties
Source File: file:///C:/milonicTest/menu/mmenudom.js
Line: 20

I am creating sub menus dynamically when i hover over the parent menu for the first time. I'm using:

Version 5.742 - Built: Wednesday ...
by tmakaro
Sat Feb 04, 2006 1:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding submenus on the fly when mouseover happens
Replies: 7
Views: 4722

oh, I forgot to mention, the submenus have only three options and are currently all the same. I have it hard coded on the server.

What the example shows is the web page retrieving the submenus from the server as required when the mouse is hovering over the parent.
by tmakaro
Sat Feb 04, 2006 1:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding submenus on the fly when mouseover happens
Replies: 7
Views: 4722

I got it working. try this the following link. I can only have it here for a short time. Each sub-menu is loaded from the server. I will post my code later.

http://www.makaro.com:8080/nightly/milonic/index.htm
by tmakaro
Thu Feb 02, 2006 8:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding submenus on the fly when mouseover happens
Replies: 7
Views: 4722

i'm so close! The onfunction works great but i'm unable to display the menu.

Here is my example:
https://internal.tscsoftware.com/public ... /index.htm
and a snippet of the source:
for some reason 'itemOn' is failing.



<script type="text/javascript">
var got_it = false;

// onfunction defined in ...
by tmakaro
Thu Feb 02, 2006 6:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding submenus on the fly when mouseover happens
Replies: 7
Views: 4722

Adding submenus on the fly when mouseover happens

Hi, I have over 2000 menu items which is taking too long to load all at once. I have come up with a way of dynamically retrieving submenu data from the server using a hidden iframe.

I have also figured out (through the help of this forum) how to insert a submenu into the menu:

function test ...