• 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

dropdown & javascript

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a jsp page and in the bottom of the page i have three dropdown list, 3rd one depends on 2nd. And 2nd dropdown depends on 1st one. Once I select 1st drop down, the page is refreshed and 2nd dropdown has new values. But when the page is refreshed, it stays at the begining of the page. So I have to scroll down everytime to select the 2nd dropdown and once i select the 2nd one, it is refreshed and again i have to scroll down for the 3rd one. Once I make the selection, is there a way the page should refresh and stay where the dropdown list are, instead of scrolling down. I using Javascript and in the javascript function i am calling struts action. Thanks a lot.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic