Hmm the Java applett fails to load. (little red x)
Checking in the console, looks like some syntax errors: APPLET tag missing CODE parameter.
I know a bit of Java if you need any further assistance with that side. If it gets to complex, grab aldo as he's the Java expert iirc.
Edit: I can view the source code so I took a peek.
Code: Select all
<applet>
codebase = "http://members7.freewebs.com/fwschat/"
code = "fwschat.FwsChat.class"
name = "d3jakeschat" //<- This is giving a null pointer exception
width = "640"
height = "480"
hspace = "0"
vspace = "0"
align = "middle"
> //<- Not sure if that '>' should be there.
<param name="user" value="d3jakessite">
</applet>
It's been over 6months since I've touched any Java, but I think I interpreted it correctly for the most part.
