G Guest Oct 24, 2006 #1 If I want to add a chat room to my web site (front page), can it be done from front page? if not what do I other programs do I need?
If I want to add a chat room to my web site (front page), can it be done from front page? if not what do I other programs do I need?
D David Berry Oct 24, 2006 #3 No with just FrontPage. You would have to do a search for third party Chat Room applications that you could incorporate into your web site.
No with just FrontPage. You would have to do a search for third party Chat Room applications that you could incorporate into your web site.
A Andrew Murray Oct 24, 2006 #4 FP includes a discussion web feature. Otherwise you'll need to scour the web for a suitable script.
F Funkadyleik Spynwhanker Oct 26, 2006 #5 If the server is IIS, you can use a crude chat room with ASP, just import the files into a folder and configure them. It's crude and clunky, but it works and only takes an hour or two of messing around with to understand. ' PortaChat 1.4 ' Author: Peter Brunone ' Release Date: March 2, 2002 Use the above to find it in Google. There might be a new version....
If the server is IIS, you can use a crude chat room with ASP, just import the files into a folder and configure them. It's crude and clunky, but it works and only takes an hour or two of messing around with to understand. ' PortaChat 1.4 ' Author: Peter Brunone ' Release Date: March 2, 2002 Use the above to find it in Google. There might be a new version....