How can fill a SELECT list depending on click another

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
vdfrutos
Forum Newbie
Posts: 1
Joined: Thu Jul 20, 2006 1:14 pm

How can fill a SELECT list depending on click another

Post by vdfrutos »

Hello !!! I have a SELECT LIST filled with data from a MySQL Database. I Wuld fill another SELECT LIST with data stored in my database depending on the option value clicked in the first SELECT.

Please, how can I do?

Thanks

Vicenç
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

This should probably go in client-side. You may want to google 'fill select list with selection'. I have some code around here somewhere. If I can find it I will post it.
Post Reply