Internet Explorer cannot open the Internet site, Operation aborted and the Google Local Map API error: Firefox has made it easy for me to nearly forget Internet Explorer exists. However, once in a while I will check my site's functioning ability in IE. Today, I discovered that the Google Map API I have been using was returning the following error while loading in IE. (see here) Simple Fix If you are getting this error, try this simple fix, it may help: <div id="map" style="width: 400px; height: 400px"></div> Move all of the remaining code that google supplied you with when generating your API key (minus the div from above) to the very bottom of your document, outside of the body tag. Advanced Fix Enclose your JavaScript code into a function and then execute it through a body onload event. Example: Keep the script in your head <script type="text/javascript"> //<![CDATA[ Change your body tag to this: <body onload="ShowMeTheMap();">
"Internet Explorer cannot open the Internet site. Operation Aborted"
Keep this piece of code somewhere in the body of your document (where you want the map to appear):
Suggested by Members of Google Groups
function ShowMeTheMap()
{
var map = new GMap(document.getElementById("map"));
map.centerAndZoom(new GPoint(-83.7, 42.2), 3);
}
//]]>
</script>
Developer Resources
We see a lot of different certifications being offered out there these days. They can all help you land good jobs in big companies like Microsoft, Java, startlogic, etc. With the help of sun certification you land a good programming job any of the top companies out there. And 642-825 can help you with your opportunities at web hosting companies that are looking to provide not only cheap hosting but also quality and secure hosting services. Microsoft's 70-431 course is a great stepping stone for being hired into any good web development or software development company.
Saturday, March 1, 2008
Internet Explorer cannot open the Internet site, Operation aborted "Google Map API error"
·
Labels: Internet, Tips 'n' Tricks
Subscribe to:
Post Comments (Atom)
Check out my new blog:
Translation
Recent Posts
Who's Online?
Pageviews Today
About Me
嗨,我是花,居住在印度兴奋的Windows,Linux中国的外籍人士和所有高科技的东西
Receive updates for free
Labels
- Tips 'n' Tricks (171)
- Windows Vista (105)
- Website/ Blogging (91)
- General (88)
- Windows XP (84)
- Internet (59)
- Windows 7 (54)
- Software (43)
- Mobile-Tips and Tricks (35)
- Review (28)
- Security (28)
- SEO Tools (25)
- iPhone (17)
- Linux (14)
- Windows Mobile (14)
- mac (13)
- Mobile (12)
- MS Office (7)
- Hardware (6)
- Windows 98 (6)
- Zune (6)
- Games (4)
- Mobile Reviews (3)
- Disclaimer (2)
Blog Archive
- June (2)
- May (2)
- August (2)
- July (1)
- June (1)
- May (2)
- April (4)
- March (4)
- February (1)
- December (2)
- November (1)
- November (1)
- June (2)
- May (28)
- April (54)
- March (83)
- February (60)
- January (57)
- December (48)
- November (17)
- October (28)
- September (22)
- August (19)
- July (34)
- June (59)
- May (1)
- April (5)
- March (22)
- February (5)
- January (31)
0 comments:
Post a Comment