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
Search found 25 matches
- 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
- 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
- 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
- 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 ...
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 ...
- 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
- 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
- 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
- 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
- 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 ...
As long as the browsers don't pop up a window with the error, the ...
- 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
- 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
- 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
- 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
- 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
- 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
- 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 ...
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 ...
- 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
- 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
http://www.makaro.com:8080/nightly/milonic/index.htm
- 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
- 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 ...
I have also figured out (through the help of this forum) how to insert a submenu into the menu:
function test ...