My application has two drop-down boxes.
Drop-Down A:
Option 1
Option 2
Option 3
Drop-Down B:
Option a
Option b
Option c
if user selects value from one drop-down, On change - based on first
drop-down I need to get second drop-down values automatically.
The tricky thing is, I need this when Browser Javascript is
DISABLED... Using JSP code..