Need to place menu and corresponding options in the same page without refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeshmanem
    New Member
    • Jan 2015
    • 1

    Need to place menu and corresponding options in the same page without refresh

    I need to implement the following functionality in either JSP or HTML

    For example:

    I have CINEMAS MOVIES EVENTS ( top level horizontal menu)

    After this I have submenus like CINEMAS has -> price, Date, etc.. submenus Once I click price it should display a text box under menu bar and similarly for all submenus.

    I tried with div and frames but its not working fine. So, I want to know how to implement this functionality.

    To be more clear: Menu Bar and Submenus and all the options(text boxes, labels) within a same box/div/frame without refreshing the page. After clicking the submenu the corresponding text box or label should displayed within the box.

    Thank you.
  • Exequiel
    Contributor
    • Jul 2012
    • 288

    #2
    you can use javascript for that, search javascript in google,

    Comment

    Working...