Galera boa tarde!!
Como faço para abrir uma pop no velocity,digo,onde tenho q mapear esta nova tela ex: msgAviso.htm ? A popup hoje abre,mas porém nao tras a mensagem…
Olhem meu trecho de js.
function teste(){
var form = document.forms[0];
var check2 = document.getElementById('documento');
var check3 = document.getElementById('situacao');
if ((check2.checked && check3.checked))
window.open(pagina+escape(('\n<br>')),'PopupAviso',"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",top=" + wint + ",left=" + winl);
{
}
}