| View previous topic :: View next topic |
| Author |
Message |
jcheath33
Joined: 17 Feb 2008 Posts: 7 Location: Olathe, Kansas
|
Posted: Mon Feb 25, 2008 4:21 am Post subject: Another question! haha |
|
|
Hey guys thanks for the help on the last topic, its much appreciated!
Ok next question is how to i guess "link" together select menus.. this is what I am trying to do. I have a drop down select menu similar to this...
Make:<select name="Makes">
<option value="Aston Martin">Aston Martin</option>
<option value="BMW">BMW</option>
So two makes Aston Martin, and BMW... I want to have another drop down select but for model... how do i make the model menu start blank and then when you choose say Aston Martin the make would have new options... like DB7, DB9, etc...?
Help would be appreciated
thanks,
James |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3640 Location: Sweden
|
Posted: Mon Feb 25, 2008 10:33 am Post subject: Re: Another question! haha |
|
|
There are different ways of doing this. I one simple way is 100% javascript. Just take a look at the source of this page and copy it:
http://www.devppl.com/submitatutorial.php |
|
| Back to top |
|
 |
jcheath33
Joined: 17 Feb 2008 Posts: 7 Location: Olathe, Kansas
|
Posted: Wed Mar 12, 2008 12:39 am Post subject: Re: Another question! haha |
|
|
thanks for the help! But I am really new to html and I dont get how they r pulling up those sub-categories! r they directing to another page of html that has the rules written out for categories and what they pull up?
Thanks again |
|
| Back to top |
|
 |
Johnathan 500+ Club

Joined: 31 May 2007 Posts: 991 Location: Belfast, Northen Ireland
|
Posted: Wed Mar 12, 2008 9:47 am Post subject: Re: Another question! haha |
|
|
| If you're using MS Expression Web or maybe even Frontpage I think you can do this easily like just from a menu and without writing new code. |
|
| Back to top |
|
 |
|