include jsp dynamically based on selection from drop down

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prijagrak
    New Member
    • Feb 2008
    • 1

    include jsp dynamically based on selection from drop down

    Hi,

    I have a dropdown box in JSP. When an option is selected from it, based on that , a page is to be included in the current jsp..How can we do it with onChange ?

    Thanks in advance
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You will need to use Ajax - see this example.

    Comment

    Working...