jwmakoto
11-30-2005, 05:17 PM
Alright, so I'm trying to get an applet to display on this webpage
http://www.geocities.com/jwmakoto
But it will not display for some reason. I have all the latest JREs, so I think it must be a problem with the HTML I have to imbed the applet. Basically what I have is this....
<HTML><BODY>
<applet code = "StarWars.class" WIDTH = "1000" HEIGHT = "700">
</applet>
</BODY></HTML>
If anyone has any ideas as to what's going on, it would be much appreciated.
http://www.geocities.com/jwmakoto
But it will not display for some reason. I have all the latest JREs, so I think it must be a problem with the HTML I have to imbed the applet. Basically what I have is this....
<HTML><BODY>
<applet code = "StarWars.class" WIDTH = "1000" HEIGHT = "700">
</applet>
</BODY></HTML>
If anyone has any ideas as to what's going on, it would be much appreciated.