Thx for reply, u have reason, typing "javascript:load();" the first
map in bar adress appear so in IE8 and 7. I have this in mi php code:
finhead_inibody("onUnload=\"GUnload()\" onLoad=
\"muestra_mapa_google('$v_direccion','$v_codpostal','$v_municipio','$v_provincia','$p_mode')
\" ");
And this in my Javascript:
function muestra_mapa_google(hood,postal_code,city,state,mode){
var dir_orig;
if (calle.toUpperCase()=="Only street and number"){
dir_orig=postal_code+' '+state+' '+city;
}else{
dir_orig=hood+' '+postal_code+' '+state+' '+city;
}
load();
showAddress(dir_orig,calle,codpostal,municipio,provincia,modo);
}
I revised the source cod and i dont see unclosed elements. thanks for
your help, if you have any more idea, help me please, thanks again
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.