View Full Version : Java chat room on website
Arkorobotics
01-21-2006, 08:27 PM
Does anyone know the code you plug in to do java chat rooms in your website? I want people to create there own username and password so we can all talk in a chat room when there is not meeting going on. How do I plug in the java app? :confused:
Ryan M.
01-21-2006, 08:37 PM
So, you have a Java applet which you want to put on an HTML page, correct?
Something like this should work:
<applet width="XXX" height="XXX" code="address/to/applet.class"></applet>
Arkorobotics
01-21-2006, 09:06 PM
So, you have a Java applet which you want to put on an HTML page, correct?
Something like this should work:
<applet width="XXX" height="XXX" code="address/to/applet.class"></applet>
Oh cool thanks man. :)
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.