Hi, I think we would need to see some code to be able to help with this. Chris
On 24 ago, 12:11, Justin Meighan <jusm...@gmail.com> wrote: > Hi guys, > > I'm using mootools to create some dynamic dropdownlists. > Basically the user selects from a list, and the second list is dynamically > populated. > > The way I have been trying to do it is as follows: > > 1. Onchange on list one I did a Request.HTML to a script that game me back > the option values for list 2. I then injected the options into the id of my > second list. > > It kind of works, but for some reason the list ony seems to have 1 item in > it, despite there being 4-5 properly formed <option value="">blah</option> > tags? > > Any ideas why it lists them all as just one option? > > Thanx > > Justin