I use Google Maps on my project through https, but it will cause this problem above, other browsers will work fine. I have searched it for a long time, but no solution, someone said that this problem caused by using free Google Maps key (according to Google's FAQ).
I am not sure for it.
the main code are as below:
<script id="mapLink1" type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.3&sensor=false®ion=hk&language=<%= MapLanguage %>"></script>
<script id="mapLink2" type="text/javascript" src="http://www.geocodezip.com/scripts/v3_epoly.js"></script>
any idea would be appreciated.