Java Help!

earthboundrocks

Baseband Member
Messages
27
Could someone help me with my Java code, please?

Code:
<APPLET CODEBASE="http://earthboundrockswithsuperstyle.net/" code=/ChatRoomApplet.class width=520 height=275 ARCHIVE="chatroom.zip">
<PARAM NAME=TITLE VALUE="EBRWSS CHAT">
<PARAM NAME=BACKCOLOR VALUE=black>
<PARAM NAME=TEXTCOLOR VALUE=yellow>
<PARAM NAME=TITLEBACKCOLOR VALUE=red>
<PARAM NAME=TITLETEXTCOLOR VALUE=green>
<PARAM NAME=HOST VALUE=EarthboundRocksWithSuperStyle.Net>
<PARAM NAME=NOUNID VALUE=1000></APPLET>

Can someone tell me what's wrong with it, because it doesn't work!
(A friend of mine uses it on his site, but it doesn't on my site! I MADE IT, TOO!)

It must be mutiny! J/K
 
Possibly different web browers or possibly you do not have the .class file stored in the proper directory.
 
Back
Top Bottom