PHP Classes

File: chat.php

Recommend this page to a friend!
  Classes of Igor Herson Aquino de França   HelpDesk Chat   chat.php   Download  
File: chat.php
Role: Example script
Content type: text/plain
Description: file to custumer access the chat
Class: HelpDesk Chat
Manage chat dialog sessions
Author: By
Last change:
Date: 15 years ago
Size: 310 bytes
 

Contents

Class file image Download
<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>