| The following 
                    script illustrates how ASP chat by Peter Theill works.peter@theill.com 
                    - http://www.theill.com
 ConquerChat 
                    is a useful application that allows a number of people on 
                    the World Wide Web to talk to one another simultaneously. 
                    The ability to chat on the Web can be a quick way to hold 
                    a virtual meeting.
 It is installed in your user directory. You can create links 
                    to ConquerChat from any page in your site by adding a relative 
                    link to /ASP/Chat/default.asp
 For example, in your index.html page, you can add a link to 
                    ConquerChat with the following line of html code:
 <a href="ASP/Chat/default.asp"">ConquerChat</a>To go to the ConquerChat page, click the link at the bottom 
                    of the page.
 To change the settings of ConquerChat, edit configuration 
                    files in ASP/Chat/ of your user directory. |