Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
applet download
Posted by Monte Gardner on February 28, 2001 at 11:53 AM
> how do i download an applet from a site? First, view the source code to get the name of the .class file that contains the applet. Then just replace the ".html" file with the name of the .class file in the URL, and your browser should allow you to download it.
For example, my web page is www.public.asu.edu/~mgardne/menu.html this web page has an applet called ClockApplet.class. To download the applet you point your browser to www.public.asu.edu/~mgardne/ClockApplet.class
Replies:
|