??? How to concatenate this js, not to getting error
success:function(res) {
secreto = res.lat;
secreto2= res.lon;
cidade = res.city;
Pais = res.country;
window.location.href = "secreto.php?lat='+secreto+'&long='+secreto2";
}
I can not get it