- Relative/Absolute menu position - Submenus automatically scrolls - Personal CSS styles for separate menu elements - Visible over select boxes, iframes, pdf, flash, Java applets. - Search feature - add the search area in the menu and type symbols. - Inactive/Disabled items - Keyboard navigation - press Ctrl+F2 to enter the top menu - Submenus go over all page objects
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: I am evaluating various menu systems and need to know if your supports key navigation, like alt-F to select a menu?
A: Deluxe Menu has keystrokes support.
Use the following parameter to enable keystrokes support: var keystrokes = 1; 0 - disabled (default), 1 - enabled.
Ctrl+F2 - enter the menu/switch to next menu on the page. Arrow keys - navigate. Enter - enter the menu. Esc - exit the menu.
Use also the following parameters: var dm_focus = 1; Show focus selection for selected item. var dm_actKey = 113; Key code for keystrokes activation. Works with Ctrl key only. Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc.
Please, try the trial version, http://deluxe-menu.com
Q: Is it possible for a navigation bar item to have an associated "target"? What I mean is I'd like to be able to open the page in a new window, so I'd need to specify the href as well as "target=_new" (in HTML anyway).
A:You can set target parameter for all items: var itemTarget="_blank";
Where main - is the name of the main middle frame where you want to open the link.
or for each item individually: ["Home","testlink.html", "", "", "", "_blank", "", "", "", "", "", ],
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: Is there a way I can do an include of a separate file that would contain the
var menuItems = [];
A:You can delete var menuItems = []; and dm_init(); from your data.jsfile and paste it into your html page or in the other file.
You should call at first data.js file with the parameters and thanmenuItems = []; and dm_init();.
You can enter the following meta tag in your html: ... I am sure you can add some javascript that only displays the phone numbers after a delay. .... BTW: Disabling skype plugin using Skype button on the toolbar doesn't
Is there a Java script that will work with Pbase so that people cannot right click .... appName == 'Microsoft Internet Explorer' && event.button==2) { .... Nice scripts, but I think you need add this code in html header:
refer to this js code from where you have your form function disableOnSubmit( form ){ ... it seems to disable it before it submits it? ... <meta http-equiv=" Content-Type" content="text/html; charset=iso-8859-1"> </head>
Jun 24, 2009 ... I did find a lot of sites and html tutorials on this problem but ... <script language="JavaScript"> <!-- //Disable right mouse click Script
Apr 6, 2010 ... Anyway, the HTML upload form works fine when I disable the flash plugin in firefox. ... Here you can see the JavaScript code that is called when opening ... The bowse button doesn't working. Someone had recommended that
Well that is the most annoying thing ever. I Found this tutorial, wich gets rid of that problem with JavaScript: ... html/javascript - Enable/Disable links
Jun 9, 2006 ... Post subject: Re: disable Javascript and the whole Admin backend is unasble, ... when javascript is disabled all you get is standard HTML text links ..... just my 2ct: if the only intend to ommit an "ugly" FORM button in
Currently when I double-click the submit button, the form gets sent out twice. ... I guess I need some sort of javascript for this, ... Alot of scripts use: action=\"$PHP_SELF\", or for html: action="<?PHP_SELF?>"
Apr 29, 2010 ... For block the right click in html you can use Java script coding. .... were made as to why Cara wanted to 'disable' the right mouse click,
Jun 7, 2009 ... Hi Everyone, Im trying to create a simple enable/disable code but can't actually do it. So basically lets say we have 3 labels which links
Unless i am missing something... it appears that you cannot disable the javascript based add to cart button... I have changed "settings -> dynamic HTML
oCommandBtn = CType(oCtl, Button) oCommandBtn.Enabled = False ... Is there a way so that when you disable all the controls their background ... Id of the Form found in the HTML tab <FORM language=javascript id=Form1
This example demonstrates how to disable the dragging of images and the selection of ... images inside HTML button elements can be dragged, even by accident. ... Source: JavaScript. For each element to which you want to
Jul 9, 2009 ... var rows_limit = 0; // Set to 0 to disable limitation function addRow(table_id) .... <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> .... The only thing, the delete button doesn't work there
Dec 15, 2008 ... As you see I have a lot of radio buttons to enable / disable so I want to access ... However, it is a HTML value and not an XHTML value
Dec 22, 2006 ... How do you disable a control, more specifically the input box. I tried to set the disabled .... button.onClick = function(){ alert("input text: " + obj. ... / javascript.forum.9294.3/dropdown-control-instead-of-combo.html