|
My menu javascript source don't work with a popup...
Return to Recent Questions
Q:
I have a problem with the evaluation.
I'm trying to get a click/context menu javascript source from clicking an image
but no matter what I try I have the errors with object required on line 15.
If I just display the menu javascript source with the usual <script> menu.js etc. entry it works but not with a popup?
I've read your examples / source over and over again but no joy. Please please help if you can?
PS: I've set the popupMode variable to 1 in the menu javascript source definition file.
A:
The installation of your Popup menu javascript source is not correct.
If you have only one menu javascript source on your page you should write
<img src='images/note.gif' oncontextmenu='return dm_popup(0 ,2000 ,event );'>
You should also copy dmenu_popup.js file into the same folder with
dmenu.js file.
More info you can find here:
http://dhtml-menu.com/menu/popup-mode-sample.html
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 12, 2009 - I have problems with image paths when I create drop down menu bar in DHTML Tuner.
- March 14, 2009 - I am having a problem with css styles in the web navigation menu.
- March 15, 2009 - I have problems with transitional effects in Firefox in the java script tree menu...
- March 20, 2009 - Links don't work in the menu dynamique dhtml. How can I correct this?
- March 27, 2009 - I can't validate my pages with W3C or WDG validators using dropdown menu using...
- March 28, 2009 - How do I get started with this net dynamic menu?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel down menu javascript.
- Apr 05, 2009 - We have status bar errors that say: "Done, but with errors on page" in html submenu...
- Apr 07, 2009 - I want to get my text within a single dhtml menu maker item to be on a two lines...
- Apr 13, 2009 - I have some problems with multiple popup menu javascript on my site.
|