
Signature
QxRSSReader v1.2.6a released (30-06-2006)
http://www.gregerhaga.net/
There are no stupid questions, only stupid answers.
hi Greger,
i tried Jason's solution.
but, the problem is still not solved.
the values retrieved are the older ones.
please send some solution.
> > hi all,
> >
[quoted text clipped - 21 lines]
> http://www.gregerhaga.net/
> There are no stupid questions, only stupid answers.
None - 16 Jul 2006 06:38 GMT
Are you POSTing or GETing? Especially in IE, if you GET, it caches a
bit too aggressively. Either do a POST, which is never cached, or
append some dummy parameter to your query string, say new Date(), so
that the URL requested is always unique. I don't know if this is the
problem your seeing, but this is a common thing that trips people up
when they first work with AJAX.
>hi Greger,
>i tried Jason's solution.
[quoted text clipped - 27 lines]
>> http://www.gregerhaga.net/
>> There are no stupid questions, only stupid answers.