Hi Robert, I suspect that because you are seeing this working fine in Firefox is because you have your preferences set to not warn when you are viewing a page that has encrypted and unencrypted information. You can double check this by looking under the Security tab in your preferences or by looking at the padlock icon and seeing that it has a red line through it.
As I mentioned earlier, HTTPS will only work if you are a Maps Premier client and you can access the API by including your client id as a parameter when you include the Maps API javascript. Hope this helps. -- Luke On Wed, Jun 23, 2010 at 5:14 AM, robert searle <[email protected]>wrote: > Sorry Luke, > > The windows message / pop up was not that clear. After re-reading it I > realized to click yes for no and no for yes. > > Thanks for you help. > > > On Wed, Jun 16, 2010 at 10:31 AM, Robert <[email protected]> wrote: > >> Sorry I dont have a link yet. Is this enough information >> >> <script type="text/javascript" src="http://www.google.com/jsapi? >> key=***************************"></script> >> <script type="text/javascript" src="http://maps.google.com/maps/api/js? >> sensor=false <http://maps.google.com/maps/api/js?%0Asensor=false> >> "></script> >> >> function initialize() { >> geocoder = new google.maps.Geocoder(); >> >> >> <body style="margin: 0px; padding: 0px;" onload="initialize()" >> background="background.jpg" "> >> >> >> >> >> On Jun 16, 1:32 am, Luke Mahé <[email protected]> wrote: >> > Hi Robert, >> > >> > Can you supply a link or your code so I can see your code. >> > >> > Note that HTTPS will only work if you are a Maps Premier client. >> > >> > Thanks >> > >> > -- Luke >> > >> > >> > >> > On Wed, Jun 16, 2010 at 7:52 AM, Robert <[email protected]> >> wrote: >> > > Hi Luke, >> > >> > > I am having the same problem. I still do not understand why this >> > > works perfectly in firefox and chrome but not IE... I do not get >> > > any security warnings or any prompts. >> > >> > > Again, this only happens if the website is hosted on a secure location >> > > (HTTPS). If the website, with no code changes is moved from a secured >> > > (HTTPS) to unsecure (HTTP with no S) location everything works. I am >> > > not trying to access the google service through https. >> > >> > > I get a single javascript error <b>'google' is undefined</b> which >> > > occurs on line 40 >> > > geocoder = new google.maps.Geocoder(); >> > >> > > Again, this works fine if the website is unsecured (http) for all >> > > browsers and works fine secured (HTTPS) for FireFox and Chrome. >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Google Maps JavaScript API v3" group. >> > > To post to this group, send email to >> > > [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]<google-maps-js-api-v3%[email protected]> >> <google-maps-js-api-v3%2b[email protected]> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.- Hide >> quoted text - >> > >> > - Show quoted text - >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript API v3" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-maps-js-api-v3%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
