• 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

greyed buttons

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

I have jsp page first.jsp which has got radio buttons
1.ALL 2.WEB so on.

If I select ALL and say submit it calls second.jsp page.

on the second.jsp page I have buttons as quater, month, year so on.

If I select ALL on the first.jsp page and say submit which calls second.jsp page the buttons on the second.jsp page quater should be active other buttons month and year should be greyed out.


How would I do it? Can anyone please help me with examples.

thanks a lot
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The "disabled" attribute will disable an HTML widget.

 
reply
    Bookmark Topic Watch Topic
  • New Topic