Sign in to follow this  
Pallav

Page Erroring in IE7

Recommended Posts

The below html is erroring in IE7 with the following errors in javascript:

 

 

 

Microsoft JScript runtime error: Object doesn't support this property or method

 

 

 

The catch statement with "e" contains with the three errors that happen.

 

 

 

1. SWFInfo' is undefined

 

 

 

2. Object doesn't support this property or method

 

 

 

3. Object expected

 

 

 

 

 

var map = new FusionMaps("TLMap_USA.swf", "mapDiv", 900, 900, "0", "1");

 

map.setDataURL("Data.xml");

 

map.render("mapDiv");

 

 

 

All data works fine and maps works well after i click continue on these errors.

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this