Click to See Complete Forum and Search --> : can u chat with java???


j37
04-25-2003, 11:02 AM
can someone help me!!!!!
I'm not relly a progrmer but i know somethings.
i want to know if its possible to make a chat room using javascript...:confused:
look at the attachment

is there such thing as cookies on the server...

someone help!!......

Jona
04-25-2003, 11:08 AM
Okay, first learn this: Java is different from JavaScript. Java can be used for chat rooms. JavaScript cannot, Javascript is a client-side language that does not have the ability to change, edit, update, remove, delete, create, etc., files of any kind on the server.

That said, it can be done in Java, not JavaScript.

Nevermore
04-25-2003, 11:52 AM
The topic of chatrooms seems to be coming up a lot at the moment... You can make chat rooms with any server-side language, e.g. PGP (I made a PGP chat room recently), ASP or Java using server extensions. However, JavaScript only runs on the user's browser, so cannot share files between users.

j37
04-25-2003, 08:56 PM
thanks anyway:D