Lonked Select Boxes

linked selects are critical to my application. for those who don’t know,
a linked select updates as the select box it is linked to is updated.

for example, if select 1 is “California”, then select 2 will list all
the cities in California.

change select 1 to Washington and select 2 will automatically change to
list all the cities in Washington.

I use a php forms class to achieve this functionality right now.

Does RoR offer it?

tia…

Updated title only.

OE1 wrote:

linked selects are critical to my application. for those who don’t know,
a linked select updates as the select box it is linked to is updated.

for example, if select 1 is “California”, then select 2 will list all
the cities in California.

change select 1 to Washington and select 2 will automatically change to
list all the cities in Washington.

I use a php forms class to achieve this functionality right now.

Does RoR offer it?

tia…

OE1 wrote:

Does RoR offer it?

tia…

Ah - that’s my question too! See HOW DO I populate options from previous
option click. I too need to Lonk Lists :~)
Eric.

linked selects are critical to my application. for those who don’t know,
a linked select updates as the select box it is linked to is updated.

for example, if select 1 is “California”, then select 2 will list all

check this out
http://www.roryhansen.ca/?p=9