Posted By:
Anonymous
Posted On:
Tuesday, February 15, 2005 10:45 PM
easy way:
Create three server side programs(servlet/jsp) to fill the combos.
first one to fill the combo1 only.
second one to fill combo1 & combo2.
third one to fill combo1,combo2 & combo3
call these three programs using javascript functions by adding to the
onChange attribute of each combo.
sample code:
cheers
-K.