J2me Custom Popup Menu by Deluxe-Menu.com
J2me Custom Popup Menu

Menu Screenshots

J2me Custom Popup Menu Menu Desplegable Html

Features

Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Relative Position Dhtml Menu J2me Custom Popup Menu
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Easy Setup
  • De Luxe Tuner. GUI interface to create your j2me custom popup menu menus easily and in no time
  • Sensible menu parameters for manual editing



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: Hi I recently purchased your product Deluxe Tuner and I am having trouble with my frame pages.
There is a portion of my site that is set to produce frames and Iwas wondering if there is more information about setting links in a tree view structure to selected frame pages?

A: You can specify target parameter for each item individually.

For example you can specify the name of the frame in the menuItems where you would liketo open your link:

 ["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "frame", "", "", "", ],


>Kehren Sie zu Neuen Fragen zurück


Q: Is there some chance to use calling of JScript function from Item of deluxe menu?

Something about:

  var menuItems = [
["Calling alert","alert ('Hello');", "icon_win98_1.gif", , , , , , , ]
];


A: Thanks for your interest in our products.

You can use your own javascript functions in the menu items.

You should paste "javascript:some_function()" into item's link field, for example:

  var menuItems = [
["text", "javascript:your_function(...)", ...]
];


Q: We had a strange problem with the menus when the sub menus are over applet in https: the applet disappeared.

After doing some Investigation in your code we noticed that you are using in HTTPS mode div instead of Iframe.

We would be happy if you can tell us why you are using div in this mode and if we will use http mode will it cause something that can affect the menus


A: Iframes don't work on https:// websites. You'll get warning message. That's why we're using <div> tag.If for some reasons a submenu can't drop down over an object the latterwill be hidden for a time when the submenu is shown.

If you use Deluxe Menu on https:// website, submenus won't drop downover select boxes within iframe objects. It works fine on a non-secureservers only.


Q: When I save the file in our folder all the icons stop showing.  I placed a image folder in our IE folder and still no icons are showing.

A: You should check all your paths.
Please, check that you have correct paths in the tmenuItems. Forexample:

 ["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"],
   ["||Sample 1", "testlink.htm", "iconarrs.gif"],
   ["||Sample 2", "testlink.htm", "iconarrs.gif"],
   ["||Sample 3", "testlink.htm", "iconarrs.gif"],
   ["||Sample 4", "testlink.htm", "iconarrs.gif"],
You can also try to use the following parameter:

  var tpathPrefix_img = "img/";