basic html chat room

Associate
Joined
18 Jan 2005
Posts
87
Location
Ireland
I want to set up a page with a basic html chat room. I work from home and would like to save a page with the chatroom to the server that a few people can access. I don't want to use im or messanger. The pc's wont have net access. Is something like this possible to have a page saved without new access that allows a chatrom?
 
I have 6 pc's working off one server without net access. I'd like a simple chatroom that I can save to the server that all 6 can access. There are a million and one freebie chat rooms but all require net access. Is there something that will work alone once saved as a html file?
 
You won't be able to do it with HTML alone, you'll need at least JavaScript in order to make a chat room.
 
Conrad11 said:
Oh dear.....this is the point (talking in code lingo) where you should look back on your life and figure where you went wrong
What?

To the OP...I think null's suggestion is probably the best :)
 
you could do it in Javascript/HTML. it'd be fairly crude but i reckon you could get away with it.
 
Conrad11 said:
Lol....nevermind
if(funny comment not made by Beansprout){
senseOfHumourFailure()
}

:D

Edit: I don't reckon you can do it in purely client-side tech like Javascript because you need a central server to run it from.
 
Hi,
If you install Apache and Pearl on your home computer you can run a YaBB forum at home (I do this). So if you install something that allows PHP to run on your machine you could run almost anything. Your Firewall will prevent the outside wall reaching your local machines chat room.
 
Last edited:
Back
Top Bottom