• 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

JSP - Drop down list

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to JSP and need some help regarding selecting a value from Drop down list. Based on the selection I want to display some information on the page but dont want to refresh the page either. What could be the alternates I can do and which one is the best and why? If any one of you can help, thats appreciated.
Thanks in advance.
Rehan.
SCJP
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hi rehan
if you do not want to refresh the page you need to write one javascript function which would be called on the change event of the select or list box.in that function you can do the needful.if any doubts do write back
all the best
regards namita
Rehan.
SCJP[/B]

------------------
 
reply
    Bookmark Topic Watch Topic
  • New Topic