Problems with running Applet through HTML
803569Nov 26 2010 — edited Nov 27 2010I am currently having problems with running my file through the HTML. For some reason when I open it in the browser it keeps saying Error. I am programming in NetBeans.
The code I am using is:
<html>
<head>
<title></title>
</head>
<body>
<applet code=”CarApplet.class” codebase="RedCarApplet.jar" width=690 height=300></applet>
</body>
</html>