<html><head> <title>chat</title> <script> function janela(){ window.open('chatFrame.php','page','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=360,height=370'); } </script></head><body><a href="javascript:janela()">Open Chat</a></body></html>