Português
<!--Adicione o seguinte código à área <body>:--> <script> <!-- function canal(){ window.open("index.htm","","channelmode,scrollbars") } / /--> </script> <p> <form> <input type="button" onClick="channel()" value="Abrir janela" name="button"> </form>