Sorry the html I am using is as follows:
<html>
<applet code = "Mini_Applet_Browser.class
archive="Mini_Browser_app.
width = "300" height = "45"><applet>
<html>
As you can see code is already Mini_Applet_Browser. Sorry for the mix up. This html still does not allow the applet to be seen. A box with error is displayed. When I click on it for more details, the same error message of class not be loaded is displayed.
Main Topics
Browse All Topics





by: objectsPosted on 2009-02-24 at 15:02:42ID: 23727850
>Code="Mini_Browser_app"
should be:
Code="Mini_Applet_Browser"