On Thu, 24 Aug 2006 19:13:11 -0000
"mediumgrade" <[EMAIL PROTECTED]> wrote:

> 
> Don't know if this is a Django question or not, but here is the
> situation:
> 
> I am developing an application for a client who is a automobile
> broker. He wants agents to submit requests for vehicles from the
> web. The agent will be able to select the make/model of the
> vehicle. What I want is for the model menus to adjust dynamically
> depending on the make selected. For example, if the agent selects
> "Honda" I only the the models menu to show Civic, Accord,
> Element, ect.
> 
> How can this be achieved?

I had to do this same exact thing - it's pretty easy to do with
dojo.

http://code.djangoproject.com/wiki/AJAX

Josh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to