Consegui fazer fullscrean com outro código, mas os btns minimizar e fechar não funcionam. Usei o seguinte código na página index.html : <html> <script language="javascript"> <!-- function Remote() { var remote = null remote = window.open('','vRemote','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=yes') if (remote != null) { if (remote.opener == null) { remote.opener = self } remote.location.href = 'index2.htm' } } </script> </html> Mas ainda não funciona os btns.