Search found 5 matches

by rmorris
Thu Apr 07, 2005 5:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: getMenuByName is not defined
Replies: 11
Views: 6356

I found out what the problem was....yeah! :)

It is actually kinda stupid but the problem was that in the file that defined the menu, I didn't have the call to drawMenus() at the end of the file. Once I put that in, the menus worked fine.

I also want to thank Kevin for your help regarding the ...
by rmorris
Wed Apr 06, 2005 9:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: getMenuByName is not defined
Replies: 11
Views: 6356

All the contextmenu.js does is assign a handler for when the user right-clicks anywhere in the document. This method doesn't allow for dynamic menus to be used or even allow for multiple right-click menus.

What I am trying to do is when the user right-clicks on a link, a menu will be displayed ...
by rmorris
Wed Apr 06, 2005 6:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: getMenuByName is not defined
Replies: 11
Views: 6356

I have tested it under the following combinations:

Windows XP Home Edition SP2
- Internet Explorer 6.0.2900.2180
- FireFox 1.0.2
- Netscape 7.2
- Netscape 8.0 Beta

Windows 2000 SP4
- Internet Explorer 6.0.2800.1106

Windows 98 Second Edition
- Internet Explorer 6.0.2800.1106IS

The way I test for ...
by rmorris
Wed Apr 06, 2005 4:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: getMenuByName is not defined
Replies: 11
Views: 6356

The page that I am working is actually on our Intranet but I have put up a test page that demonstrates the problem at:

http://hddbroker.com/contexttest/index.html

If you go to this URL you will see that under FireFox is gives the error that getMenuByName is not defined on line 94 of the file http ...
by rmorris
Mon Apr 04, 2005 4:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: getMenuByName is not defined
Replies: 11
Views: 6356

getMenuByName is not defined

Hello,

I recently upgraded my DHTML menu from 5.42 to 5.719. I wanted to use the context menu option to provide specific options on a per-link basis in our intranet.

The user is shown a menu that allows them to add, edit or delete when they right-click on a link. The menu has to be dynamically ...