User Profile

Collapse

Profile Sidebar

Collapse
Nishant
Nishant
Last Activity: Oct 15 '12, 05:50 AM
Joined: Sep 13 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • retrieve value from dropdownlist and show it to another page in jsp

    I have two pages one is index.jsp and another is first.jsp. I have drop down list in index.jsp page.I want that if i choose any value from dropdown list that value should go to the next page that is first.jsp. the code i am using is mention below.

    Code:
    <h4>Plant: <select name="plants" onchange="location.href=f1.plants.options[selectedIndex].value;">
    
    <option>Select</option>
    ...
    See more | Go to post

  • i want to show drop down list value to the next page in jsp.

    have two pages 1)index.jsp and 2)first.jsp.i have drop down list in index.jsp page i want if i choose any value from drop down list it should show the selected value to the next page that is first.jsp.


    coding of drop down list goes as....

    Code:
    <h4>Plant: <select name="plants" onchange="location.href=f1.plants.options[selectedIndex].value">
    
    <option>Select</option>
    ...
    See more | Go to post
No activity results to display
Show More
Working...