Hey all; I've got a new problem that I'd welcome advice on. I'm using JavaScript/AJAX to grab pages and load within a div for an application. Obviously, by default this breaks Safari's normal way of handling history . I know that Joe Hewitt worked some magic in his latest version of iUI that handles history and I'd like to do something similar. So, related to that I have a couple questions: 1) How hard is it to capture the page being loaded in the DIV for history? Can I capture a cached version, as these pages calculate information based on current state at page load 2) Can I force the browser's own forward and back button to read the history I've recorded? 3) Can I load that history within the same DIV (like I'm doing with my regular page loads)? Sorry if it seems newbish, but I've never tried to control history before but my app requires I do so. Thanks, Jim Coates
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
