If you are one of the unlucky ones to receive an Operation Aborted message in Internet Explorer after attempting to embed a Google Map via the Google Maps API, this little tip may help.

It appears that the error is being thrown because the Google Maps script is attempted to execute code before the document has completely loaded.

To solve this, try calling your scripts and the end of the document. For example, if using the jQuery $(document).ready() event, try instead using the $(window).load() event.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *