This is a bit old-school, but you could do this by using meta-refresh on a 
frame.  I think that should still work in most browsers.  
http://en.wikipedia.org/wiki/Meta_refresh

Basically, you can place an iframe inside your base.html template that includes 
an <iframe> link to your dynamic content.   
http://www.w3schools.com/tags/tag_iframe.asp

Create a iframe_base.html template file that has the meta refresh tag included 
in <head> section and just the iframe parts should refresh.  

Not sure if this is what you want, and not sure this is a good idea, but it 
doesn't require javascript.

Brian Schott
bfsch...@gmail.com



On Oct 12, 2011, at 11:06 AM, Phang Mulianto wrote:

> but for the web html standart you need ajax.
> 
> maybe you can use some javascript framework like prototype+scripatoulus or 
> jquery to simply work with ajax and browser compatibility issue.
> 
> On Oct 12, 2011 10:55 PM, "Donald Stufft" <donald.stu...@gmail.com> wrote:
> I don't think there's any reason to insult anyone, let's be civil.
> On Wednesday, October 12, 2011 at 10:50 AM, Chandrakant Kumar wrote:
> 
>> 
>> You are another 'garbage' product of our country's shitty education system.
>> 
>> On 10/12/2011 08:09 PM, lankesh87 wrote:
>>> Actually my project guide is asking me to search for ajax replacement
>>> in django. So that way we dont have to use ajax.
>>> 
>>> I mean if we could only refrsh particular part in our web page without
>>> refreshing the whole page "using django".
>>> 
>>> Thanx in advance and pardone me for my foolish questions as i am new
>>> to django and web but i do have some basic knowledge on
>>> how html functions.
>>> 
>>> On Oct 12, 7:24 pm, Javier Guerra Giraldez<jav...@guerrag.com> wrote:
>>>> On Wed, Oct 12, 2011 at 9:17 AM, lankesh87<lankesh...@gmail.com> wrote:
>>>>> I am developing a web application where i need ajax like features.
>>>>> But I don't want to use ajax, so my question is- "is there any way to
>>>>> perform ajax like functions in django?"
>>>> that kind of specifications (ajax-like but no ajax) sound very weird
>>>> to me. I find only two explanations:
>>>> 
>>>> A) you don't know how HTTP works
>>>> 
>>>> or
>>>> 
>>>> B) when you say 'ajax' you're in fact talking about a specific library
>>>> that you don't want to use and not the generic javascript-driven
>>>> requests.
>>>> 
>>>> if A, then please do learn about HTTP first. then you'll not only
>>>> realize what you really need, but will also be in position to make
>>>> your applications like you want.
>>>> 
>>>> if B, then please tell us what is it that you don't want.
>>>> 
>>>> --
>>>> Javier
>> 
>> --
>> 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.
> 
> -- 
> 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.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to