diff --git a/ferramentas/tme/index.js b/ferramentas/tme/index.js index 3b953c3..9cafa00 100644 --- a/ferramentas/tme/index.js +++ b/ferramentas/tme/index.js @@ -284,6 +284,8 @@ i3GEOF.tme = { var ins = "
" + $trad('arquivoDownload',i3GEOF.tme.dicionario) +"
"+retorno.data.url+"
";
ins += "
" + $trad('abreNoI3geo',i3GEOF.tme.dicionario) +"
interface Google Earth
";
$i("i3GEOTMEresultado").innerHTML = ins;
+ $i("i3GEOTMEresultado").scrollIntoView(true);
+
};
p = i3GEO.configura.locaplic+"/pacotes/tme/TME_i3geo.php?maxHeight="+$i("i3GEOTMEmaxHeight").value+"&barSize="+$i("i3GEOTMEbarSize").value+"&sid="+i3GEO.configura.sid+"&nomelayer="+i3GEO.temaAtivo+"&colunasvalor="+lista.toString(",")+"&colunanomeregiao="+colunanomeregiao+"&titulo="+$i("i3GEOTMEtitulo").value+"&descricao="+$i("i3GEOTMEdesc").value;
cp.set_response_type("JSON");
--
libgit2 0.21.2