Ok Mike i kinda find a way around it by redirecting the url and then reloading the page. Appriciate your help a lot.
On Jan 8, 9:43 am, DM <[email protected]> wrote: > btw > Im calling my map.js file as follows > <script src="/<pathname>/mapfile.js?dt=n" type="text/javascript"></ > script> > > On Jan 8, 9:23 am, DM <[email protected]> wrote: > > > Thank you for the reply Mike. Really appriciate it. > > > But if you choose a project on the right of the pane for the project > > on the page below, > > >www.lasgrwc2.org/Programs%20and%20Projects/llarwp/projects.aspx > > > each of these projects are associated with a different identifier > > egwww.lasgrwc2.org/Programs%20and%20Projects/llarwp/showproject.aspx?pr... > > orwww.lasgrwc2.org/Programs%20and%20Projects/llarwp/showproject.aspx?pr... > > > The map doesnt seem clear the cache even though im changing the > > parameters (like you said above, i tried this method but doesnt work) > > > On Jan 7, 6:12 pm, Mike Williams <[email protected]> wrote: > > > > MSIE will aggressively cache the old version. > > > > One method for defeating the MSIE cache is to make the URL be different > > > each time by adding a bogus extra parameter. Your server will ignore any > > > extra parameters that it's not expecting > > > > filename + "?bogus=" +(new Date()).getTime(); > > > > --http://econym.org.uk/gmap > > > The Blackpool Community Church Javascript Team- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
