In index.php in the function startchat() you wrote: "if (document.input.newwin.value) { ...." but it's a checkbox and so it has to be: "if (document.input.newwin.checked) { ...."
Log in to post a comment.