This topic is locked

Sub Group Option

5/10/2004 12:19:34 AM
ASPRunnerPro General questions
bajrai author

Hi All
Is there a way in getting a sub group table been display during add new record form a drop down option.
E.g.1 : By selecting Field A(Car) Field B will list only groupby associated with (Car) in Field B option list
Any help would be appreciated
Thanks

Sergey Kornilov admin 5/13/2004

I guess you looking for a way to dynamically change drop-down boxes on the ADD page.
Take a look at this site that uses dynamic dropdowns:

http://www.bookryanair.com/skylights/cgi-b...nguage=EN&fr=ry
You need to create a set of Javascript arrays when page loads and use Javascript onChange event to to update controls.