On Nov 9, 12:47 pm, loboman <[EMAIL PROTECTED]> wrote: > I have re-added the onload function but the problem is the same as > before.
With "Operation aborted"? I can't reproduce that now. That shouldn't happen if there is no inline Javascript and everything is done onload. > I have made another change. I mentioned above that each category > loads a different page. I have changed this so that each category > refreshes the original index page. I was hoping that when doing this > the map would be remembered in the browser history Refreshing a page means it starts from scratch, setting the map to its original state and using any querystring to determine which category to show. A better method when changing category would be to remove the markers you don't need and add the markers [and rebuild the sidebar] for the new category, without changing the map's zoom or centre or setting window.location. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
