Bing Maps not showing

greggmagenta

New Member
Im trying to use Bing Maps. But for some reason it's not showing at all. If it was the code that was wrong i would show the box and displaying an error. But its not showing anything. \[code\] <div id="myMap" style="float:none;position:relative;width:600px;height:400px"></div> <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script> <script type="text/javascript"> $(function () { var map = null; var location = null; function loadMap() { // initialize the map map = new Microsoft.Maps.Map(document.getElementById("myMap"), { credentials: "Auy6dnQL3hQPGgQr478dEkg634vQMSkXTFgWH388PkaKK5GMw2o1rqkRpnQKoR8Q" }); } loadMap(); }); </script>\[/code\]
 
Back
Top