Try this:
http://www.oreillynet.com/pub/a/javascript/2002/02/08/iframe.html

--- Randy Dillon <[EMAIL PROTECTED]> wrote:
> Say I have 2 (or more) lists that are part of a hierarchy, such that the
> first list is a category (say Food Groups) and the second list contains
> children of each of the first list's items (for this example, let's say
> Food Types).  
> 
> How do I get the second list to be filtered based on the selection in the
> first list?  I know this can be done by reloading the page each time the
> selection is changed in the first list, but is there a way to do this
> without the page reload?
> 
> To add more detail to the example:
> 
> Food Groups           Food Types
> -----------           ----------
> Meat&Dairy            Beef
>                       Chicken
>                       Milk
>                       Eggs
> Fruit&Veg             Melons
>                       Apples
>                       Oranges
>                       Lettuce
> .                       .     
> .                       .
> .                       .
> 
> If Meat&Dairy is selected in the Food Groups list, can the second Food
> Types list be filtered to only the Meat&Dairy food types without a page
> reload?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to