I have the file GeraGridDados.js and in this file I created a global variable and a function.
nomeTela = "";
function redirecionaTela() {
//redireciona para tela que chamou a tela de Dados.
location.href = nomeTela + ".html";
};
I would like to call this variable ScreenName in another JS GraphicsGrid document and feed it with a value. And when I call the RedirectsType function of GeraGridDados.js on another HTML screen that this value is still fed.