asp.net - Google map display in an iframe working in localhost but not on servers -
i have iframe displays google map. has been working seems new update google causing me troubles.
this how displayed in localhost
and looks on both test , production servers
my code :
<iframe width="925" height="750" src="https://maps.google.fr/maps?q=4+place+richeb%c3%a9+lille&hl=fr&ie=utf8&sll=46.22475,2.0517&sspn=25.428258,56.90918&hnear=4+place+richeb%c3%a9,+59000+lille&t=m&z=16&output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
and we've cleared browser cache , restarted service corresponding iis server on remote server.
does have clue what's causing problem?
thanks lot
has observed kind of problem ?
all included css files same, looks same in code side, not in result :/
Comments
Post a Comment