How do I use an applet that resides on a remote machine?
Created May 4, 2012
John Zukowski You would specify the location of the class files in the CODEBASE attribute of the <APPLET> tag:
<applet code=MyApplet width = 300 height = 300 CODEBASE="http://www.jguru.com/appletdirectory/"> </applet>