English
<!--Add the following code to the <body> area:--> <script> <!-- function channel(){ window.open("index.htm","","channelmode,scrollbars") } / /--> </script> <p> <form> <input type="button" onClick="channel()" value="Open window" name="button"> </form>