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?
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.