VALEU CARA! OLHA SÓ! O CÓDIGO QUE EU TENHO É ESSE: function Remote() { var remote = null remote = window.open('','vRemote','toolbar=yes, location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=yes') if (remote != null) { if (remote.opener == null) { remote.opener = self } remote.location.href = 'ENDEREÇO DO SITE' } } Remote(); history.go(-1); ONDE EU ACRESCENTO O CÓDIGO QUE VOCÊ ME PASSOU? :blink: