On 7/19/07, SmileyChris <[EMAIL PROTECTED]> wrote:
>
> On Jul 19, 2:22 pm, Greg <[EMAIL PROTECTED]> wrote:
> > I was wondering how do I send a 'favorite_color' GET parameter?  Do I
> > have to use a form to do this that sends data by GET or is there
> > another way to do it?
>
> http://example.com/url_to_set_colour_view/?favorite_color=Blue

Also be sure to URL encode any characters in the paramter that require
it. See section 2.2 of RFC1738.

http://www.ietf.org/rfc/rfc1738.txt
-- 
_nimrod_a_abing_

http://abing.gotdns.com/
http://www.preownedcar.com/

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to