> How do I write the drop down menu on the index page to then
> retrieve the value from the drop down menu.  

Django itself won't generate the dropdowns for you--that's a template
issue. What you'd want to do is generate the markup (i.e., a list
within <ul> tags or something similar) with Django and then use some
sort of CSS (the Suckerfish Dropdowns at 
http://www.alistapart.com/articles/dropdowns/
are rather popular) to turn that into dropdowns.

Hope that helps!

-Justin
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to