Hi,
I have google earth on my website which used to work fine… but now when I try and view the page am getting a load failed error
i know I have to call the javascript so am using <body onload=“initMap();”>
This is the code for my wordpress page for the google earth view
<div id="page-wrap" style="text-align: center;">
<div id="main-area-100">
<p class="style1">Route in google earth</p>
<div>
<div id="map3d_container" class="google_earth_window" style="width: 900px; height: 550px;">
</div>
</div>
<div>
<div class="google_earth_search_bg"><form id="searchform" class="google_earth_search_form" action="javascript:submitLocation();void(0);"> <input id="address" size="60" type="text" /> <input type="submit" value="Go to location" /> </form>
</div>
I haven’t changed the code in the header files…I know that code needs to go in the body sections to call on the javascript but I have put it in and am still getting the load failed message… any advice?
thanks