Check this out: http://www.micahcarrick.com/ajax-form-submission-django.html

2011/9/15 jay K. <jay.developer2...@gmail.com>

> I do not know anything about send and receiving data using forms in html
> django,
> I just heard that ajax was good for receiving and sending data (it was
> faster)
>
> any suggestions would be good
>
> 2011/9/15 Yaşar Arabacı <yasar11...@gmail.com>
>
>> Why do you want to use ajax, instead of regular form post to next page.
>> When in next page, you can create hidden form fields to store data you
>> passed from first page, and then you can post them again in any page you
>> want.
>>
>> 2011/9/15 jay K. <jay.developer2...@gmail.com>
>>
>>
>>> Hello
>>>
>>> I have a page where a user makes a selection
>>>
>>> What I want to do is to take the user's selection to the "next page"
>>> so I can process the user's request in a new page
>>>
>>> How can I do that?
>>>
>>> I know I have to use ajax (but if there is a better method please let
>>> me know), so
>>> how can I use ajax to send and receive the information?
>>>
>>> Thanks
>>>
>>> Regards
>>>
>>> --
>>> 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.
>>>
>>>
>>
>>
>> --
>> http://yasar.serveblog.net/
>>
>>  --
>> 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.
>>
>
>  --
> 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.
>



-- 
http://yasar.serveblog.net/

-- 
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