two dropdown list

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
iijb
Forum Commoner
Posts: 43
Joined: Wed Nov 26, 2008 11:34 pm

two dropdown list

Post by iijb »

Hi all
I have two dropdown list say one is for
Country name
and another for
State
. How to populate the second dropdown list according to the value in the first dropdown list. Please help

Thanks in advance
iijb
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: two dropdown list

Post by pickle »

Do a Google search for "chained select". This is commonly done with Javascript, so I'll move this to the right forum.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply