Re: Back Button with XMLHttpRequest



On 6 Apr 2006 10:38:20 -0700, "GRenard" <jsgoupil@xxxxxxxxx> wrote:

Hi,

I'm wondering how Gmail do to make the Back Button pointing to the
correct page since they loads data with XmlHttpRequest ?
Do they load a page each time with JS framework and AFTER it loads with
XmlHttpRequest the data ? (to make the back button point to the correct
location AND to save bandwidth by implementing their own protocol...)

They don't use XHR, it's all IFRAMEs, you're navigating back in the
history of an IFRAME.

Jim.
.


Loading