My web site...

1
Well I have a freewebs account and it seems to work just fine, but I tried to put in a simple chat room but when I load the page all I get is a gray box. Can anybody help me with this? Maybe suggest a different freewebsite place thingy...
"If toast always lands butter-side down, and cats always land on their feet, what happens if you strap toast on the back of a cat and drop it?"
-Steven Wright

4
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. :p
Post Reply

Return to “General Discussion”