<script type=”text/javascript” src=”http://www.google.com/jsapi?key=???”></script>
<script type=”text/javascript” src=”http://maps.google.com/maps?file=api&v=2&key=???”></script>
<script type=”text/javascript”>
google.load (“jquery”, “1.4.2”, {uncompressed: false});
google.load(“jqueryui”, “1.7.2”, {uncompressed: false});
google.load(“maps”, “2.x”);
</script>
Just a reminder and reference for my self. For IE, any of the first two line code will run perfectly on any browser, excepts for IE, if you use second line, u might will have some problem. The problem will effect on the .load function below. It will leave and error on IE “The object doesnt support this property or method”….
IE Sucks, thanks you….
Leave a Reply