Re: Two related select boxes, update the second depending on the first

2008-11-12 Thread Matias Surdi
This is exactly what I'm trying to do. Thanks for your help. Low Kian Seong escribió: > Have a go with this: > > > http://gtitsworth.blogspot.com/2007/07/chaining-selects-with-django-and-ajax.html > > On Wed, Nov 12, 2008 at 3:54 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I wa

Re: Two related select boxes, update the second depending on the first

2008-11-11 Thread Low Kian Seong
Have a go with this: http://gtitsworth.blogspot.com/2007/07/chaining-selects-with-django-and-ajax.html On Wed, Nov 12, 2008 at 3:54 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to have on the admin interface a dropdown box and let the user > choose one of several options.Then,

Two related select boxes, update the second depending on the first

2008-11-11 Thread Matias Surdi
Hi, I want to have on the admin interface a dropdown box and let the user choose one of several options.Then, depending on this selection, update (maybe through ajax) the values available on the second one. Could anyone give me some guidelines or documentation about how is the best way to do