Suppose I am having three dropdownlist controls named dd1
, dd2
and dd3
. The value of each dropdownlist comes from database. dd3<
Judging by your question, you're really not using a web framework but using servlets to render html.
I'll be nice and say that you're about a decade behind the times :), people use JSPs (and a web framework like struts) for this sort of thing. However, having said that, here goes:
I'll say it again, just use a web-framework, or atleast plain old jsp to do this.