on 8/13/02 12:08 PM, jim Hundley at [EMAIL PROTECTED] wrote: > I am trying to migrate some applications built in Access to ASP > applications. I was wondering what most of you would recommend I do in > situations where there are multiple select lists that requery themselves > against the selected value in another list. > > For example I am working on a time entry sheet that the user needs to > select customer, project and task on (among other things) > Since the projects are dependant on the customers and the tasks are > dependant on the project I will need to repopulate each dropdown after > the parent dropdown is changed. I could make it jump to a new page after > each selection but I would like to have this done on one page.
The timesheet application I use, http://www.functionfox.com, puts the different menus in different frames. This is simple and effective. You can also check out the dependent menus here: http://www.mattkruse.com/javascript/selectbox/ --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
