I don't use the country field so I've temporarily removed it to get rid of the error.
-----------------
onunload="GUnload()" for the google maps also causes an ie script error if it is shown on any page that doesn't have a map, but I can fix that with a conditional.
onunload="GUnload()" for the google maps also causes an ie script error if it is shown on any page that doesn't have a map, but I can fix that with a conditional.
Oh yes, as written it's conditionalized, but IE doesn't care, it still throws a javascript error up unless I only include onunload="GUnload()" on the pages with maps.
Comments on Internet Explorer error
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
I am getting an object expected ')' error on IE 7 and after debugging I found the culprit is somewhere in here:
The debugger that ie has seems to be pointing here:
but I can't be sure.
I don't use the country field so I've temporarily removed it to get rid of the error.
-----------------
onunload="GUnload()" for the google maps also causes an ie script error if it is shown on any page that doesn't have a map, but I can fix that with a conditional.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
This is fixed in the next release.
onunload="GUnload()" for the google maps also causes an ie script error if it is shown on any page that doesn't have a map, but I can fix that with a conditional.
It's already conditionalized.
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
Oh yes, as written it's conditionalized, but IE doesn't care, it still throws a javascript error up unless I only include onunload="GUnload()" on the pages with maps.
Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Solution: