Map Services Not loading in explorer only

484
0
04-26-2013 07:59 AM
KathleenBrenkert
Occasional Contributor
I'm stumped.  My map is in a component based on a canvas (caseMapComp)-abbrivated code below.  I have a set of buttons that alows the user to change which of the components is visible.  Works great in firefox but when I went to run it live in explorer I get a blank map-controls all load but no services load.  I have secure services in this project, but I am not loading secure services in this particular map.  Any ideas?  I'll be installing firefox on all my user computers as a work around, but sure would like to figure this out regardless.


<Border container>
  <comp:ContactInfo id="contactInfoComp" visible=true/>
  <comp:ActionGroup id="actionGroupComp" visible=false/>
  <comp:CaseMap id="caseMapComp" visible=false/>
</Border containter>
Tags (2)
0 Kudos
0 Replies