DonXml

Members
  • Content count

    1
  • Joined

  • Last visited

About DonXml

  • Rank
    Forum Newbie
  1. I've run into a javascript error when using Flash Maps in an ASP.Net page. If you take the C# example BasicArray.aspx, go into the code behind file and change the line that starts with: string mapHTML=FusionMaps.RenderMap to string mapHTML=FusionMaps.RenderMapHTML When you view the page in IE you will get an Error On Page message in the lower left corner of IE. You will not get that error if you are using Firefox or Chrome. The message is: Line 1 Char 34 Error: Expected ')' When you use the RenderMap instead of RenderMapHTML (which uses the Javascript rendering style) you will not get an error. Don Demsak www.donxml.com