• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

regarding menus under dynamic drop down list with javascript.

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
regarding menus under dynamic drop down list with javascript.

I have a drop down list, when the user keep cursor on any item a menu has to be appeared beside the highlighted item.Then the user will select the item from the menu and i need this menu item in my jsp page.

i need help regarding this.
thanks in advance
 
Abhishek Reddy
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No one knows how to do this?
Just give some ideas i will do by myself
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Abhishek Reddy Chepyala:
No one knows how to do this?

sure there are. But as you have seen, JavaRanch is not the place to come to try and get people to write code for you. But you will get lots of help writing your own.

Menus consists of elements, usually lists, that are hidden and shown as necessary and positioned properly in relation to the other page elements. You'll need to understand the CSS behind positioning and the display of elements, and the JavaScript necessary to manipulate it.

There are tons and tons of examples on the web.
 
reply
    Bookmark Topic Watch Topic
  • New Topic