View previous topic :: View next topic |
Author |
Message |
iainsanderson -
Joined: 06 Dec 2004 Posts: 1
|
Posted: Sat Dec 11, 2004 5:46 pm Post subject: Multiple dynamic dropdown lists.. |
|
|
I have built a registration page for my site. On it is are some drop down lists which are already dynamic. At the moment I have two lists a Country List and a City list.
what I would like to happen is when someone selects their country of origin, the second list would then list all the citys for that country.
I have seen code for linking two drop down lists but cannot find anything like this.
If you would like to view the page inquestion please follow:
http://www.mojodirect.co.uk/register.php
It is in its draft stage at the moment so don't laugh. |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1334
|
Posted: Tue Dec 14, 2004 12:41 pm Post subject: Re: Multiple dynamic dropdown lists.. |
|
|
These forms use also Javascript to do the realtime modification of the lists. The best to do is to study the HTML/Javascript code of one of these forms. |
|
Back to top |
|
 |
|