Drop down menus - changeing content
I have 2 drop down menus.
In the first I have England, Wales Scotland etc.
In the second I would like content based on whats selected in the first, so if Wales is selected in the first drop down menu, the second won't contain places like London.
I'm using Dreamweaver.
[305 byte] By [
pjb007] at [2007-11-20 2:25:11]

# 1 Re: Drop down menus - changeing content
You won't be able to use Dreamweaver for this. Dynamic content will require you to use JavaScript. W3Schools JavaScript Tutorials ( http://www.w3schools.com/js/default.asp) should get you started down the right path.
# 2 Re: Drop down menus - changeing content
Thanks, I thought it could be a JavaScript. Looked at W3Schools and can't see anthing along the lines of what I want.
# 3 Re: Drop down menus - changeing content
How many items are in the drop-down lists? If it is a lot, coding it by hand is going to be annoying.
Here ( http://alistapart.com/d/complexdynamiclists/dynamicselect.html) is a small example.