Hi Olivier,

  Thanks for the response.  So it looks like I include the
jquery.history_remote.js file, call this in my $(document).ready()
function:

$.ajaxHistory.initialize();

but then what do I do next?  I get a callback every time I update the
table in my page with new content, so I tried adding this line in the
callback:

$.ajaxHistory.update("update" + (update_count++));

I also tried this:

window.location.hash = "update" + (update_count++);

Neither seemed to work in that when I navigate away and then use the
back button, I don't see the final version of the page when I come
back using the back button.  Is there something else I need to do?

Thanks a lot for the help.

  Russ

Reply via email to