Help - Search - Members - Calendar
Full Version: Chat Box
BleepingComputer.com > Internet & Networking > Web Site Development
   
Ahayes04
Can i use a Chat Box for my html page? I was wondering if there is one that i can just paste in the code for it using Front Page. I searched and just found lots of php things that it wanted me to install.
Grinler
All chat boxes unfortunately need some sort of server side language, like php or c etc
virusX
Hello. There is an Java script for a chat box.
:

<APPLET code=main.class height=450 width=600
archive=gmorkirc40.jar codebase="http://javachat.krey.net">
<PARAM NAME="channel" VALUE="#channel">
<PARAM NAME="server" VALUE="javachat.krey.net">
</APPLET>

In this example you can change the #channel to the channel you want the applet to go to. And feel free to change the height and width values to so the applet looks just the way YOU want. Do not change the other variables, as this might make your applet unuseable.

Hope ive helped

Claudio
Phantasmagoria
That looks like IRC to me.

If you're thinking what I'm thinking, or I'm thinking what you're thinking, a good tool would be PHP and MySQL. PHP was easy to learn for me, and MySQL is very... user friendly and easy to incorporate into PHP scripts.
Grinler
Yeah thats an irc chat. I was thinking more of a server side implementation like your thinking smile.gif
Phantasmagoria
DevShed Tutorial

This may be of assistance.
Grinler
I assume your a PHP/mysql programmer Phantasmagoria?
Phantasmagoria
(After much contemplating of an answer)

Precisely.

tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.