Ahayes04
Apr 20 2005, 07:41 PM
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
Apr 21 2005, 12:02 AM
All chat boxes unfortunately need some sort of server side language, like php or c etc
virusX
Apr 25 2005, 08:00 AM
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
Apr 25 2005, 05:41 PM
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
Apr 25 2005, 09:59 PM
Yeah thats an irc chat. I was thinking more of a server side implementation like your thinking
Phantasmagoria
Apr 27 2005, 06:06 AM
DevShed TutorialThis may be of assistance.
Grinler
Apr 27 2005, 11:57 AM
I assume your a PHP/mysql programmer Phantasmagoria?
Phantasmagoria
May 11 2005, 04:50 PM
(After much contemplating of an answer)
Precisely.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.