Applet won't show on other P.C.

liunx

Guest
I have two computers. With this new site I have built there is a page that contains an applet. With one computer the applet is working great with the other there is just a grey box. I suspect I have had this problem before, I think last time I cured it with a HTML converter. I'll list my code below & see if you can spot where I have gone wrong! Thanks, Dave.<br />
<br />
<html><br />
<head><br />
<title>Day</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<br />
<body bgcolor="black" text="#000000"><br />
<table width="1261" border="0" cellpadding="0" cellspacing="0" mm:layoutgroup="true" bgcolor="#000000"><br />
<tr> <br />
<td width="17" height="120"></td><br />
<td width="102" valign="top"> <br />
<p>&nbsp;</p><br />
<p align="center"><a href=http://www.htmlforums.com/archive/index.php/"index.htm"><img src="home.gif" width="61" height="40" border="0"></a></p><br />
</td><br />
<td width="136"></td><br />
<td width="172"></td><br />
<td width="106" valign="top"> <br />
<div align="center"><img src=http://www.htmlforums.com/archive/index.php/"brain.gif" width="95" height="120"></div><br />
</td><br />
<td width="288"></td><br />
<td rowspan="2" valign="top" colspan="2"> <br />
<div align="center"> <br />
<p><img src=http://www.htmlforums.com/archive/index.php/"demon6.gif" width="160" height="160"></p><br />
<p>&nbsp;</p><br />
</div><br />
</td><br />
<td width="275"></td><br />
</tr><br />
<tr> <br />
<td height="110"></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
</tr><br />
<tr> <br />
<td height="357"></td><br />
<td></td><br />
<td></td><br />
<td colspan="4" valign="top"><applet code="GumB.class" width="436" height="237" align="middle"><br />
</applet></td><br />
<td width="23"></td><br />
<td></td><br />
</tr><br />
<tr><br />
<td height="1"></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td></td><br />
<td width="142"></td><br />
<td></td><br />
<td></td><br />
</tr><br />
</table><br />
</body><br />
</html><!--content-->just thought i would let you know that the applet failed to load on my comp aswell, i got a 'failed to load applet' message.<br />
<br />
not being a wizard with javascript i wouldnt know if theres a problem with you code, sorry i cant be more help.<br />
<br />
Joe<!--content-->
 
Back
Top