When i try to load google maps v3 with ajax the result is:
<script src="http://maps.gstatic.com/intl/en_us/mapfiles/api-3/2/8a/main.js" type="text/javascript"></script>
in the source code, i suppose that writes with javascript document.write();
how i can do this without iframe?
thanks.