Wasn't it [email protected] who wrote:
>When iam draging map for some few seconds my entire page got reloaded.
There are several places in your code where your Javascript reloads or
redirects the page. If a reload is occurring when you're not expecting
it, you might consider adding an alert() just before each one.
function Sys$Services$_AuthenticationService$_onLogoutComplete(result,
context, methodName) {
...
if (!redirectUrl) {
alert("Reloading page due to logout complete");
window.location.reload();
} else {
alert("Redirectiong to "+redirectUrl+" due to logout complete");
window.location.href = redirectUrl;
}
}
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---