Hello everyone,
I am having a severe debugging problem on IE 7 and only on IE 7. I
get the error "x is null or not an object" and I have no idea where it
is coming from. I have checked all my javascript code and each
function executes and returns successfully. Then I turned to
Microsoft's Scripting Debugger and I followed the stack trace as far
up as possible. The function of interest is the one in the middle of
the code pasted below called Zd and the stack trace stops inside the
anonymous function created in the window.setTimeout call. The link
is: gpsmission.com/mission/. Does anybody have a tip on how I can
resolve this problem? Hopefully someone can recognize the code
snippet even though it is obscured. Thank you in advance for your
help.
Sincerely,
Pawel
------ Code Snippet ------
function Ud(a){return
a.replace(/%3A/gi,":").replace(/%20/g,"+").replace(/%2C/gi,",")}
function Vd(a,b){var
c=[];Qc(a,function(e,g){g!=j&&c.push(encodeURIComponent(e)+"="+Ud
(encodeURIComponent(g)))});
var d=c.join("&");return b?d?"?"+d:"":d}
function Wd(a){for(var b=a.split("&"),c={},d=0;d<t(b);d++){var
e=b[d].split("=");if(t(e)==2){var
g=e[1].replace(/,/gi,"%2C").replace(/[+]/g,"%20").replace(/:/
g,"%3A");try{c[decodeURIComponent(e[0])]=decodeURIComponent(g)}catch(h)
{}}}return
c}
function Xd(a){var b=a.indexOf("?");return b!=-1?a.substr(b+1):""}
function Yd(a){try{return eval("["+a+"][0]")}catch(b){return j}}
function Zd(a,b,c,d){$d(d);return window.setTimeout(function(){b.call
(a);ae(d)},
c)}
;function be(){}
;var ce=window._mStaticPath,de=ce
+"transparent.png",ee=Math.PI,fe=Math.abs,ge=Math.asin,he=Math.atan,ie=Math.atan2,je=Math.ceil,ke=Math.cos,le=Math.floor,F=Math.max,me=Math.min,ne=Math.pow,C=Math.round,oe=Math.sin,pe=Math.sqrt,qe=Math.tan,re="function";function
t(a){return a?a.length:0}
function se(a,b,c){if(b!=j)a=F(a,b);if(c!=j)a=me(a,c);return a}
function te(a,b,c){if(a==Number.POSITIVE_INFINITY)return c;else
if(a==Number.NEGATIVE_INFINITY)return
b;for(;a>c;)a-=c-b;for(;a<b;)a+=c-b;return a}
function ed(a){return typeof a!="undefined"}
function ue(a){return typeof a=="number"}
function ve(a){return typeof a=="string"}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---