N
Newbie
Hi All
Is it possible to rip a java applet from a web site?
The applet in question is:
<applet archive="swing.jar,NGZoomApplet.jar" code="NGZoomApplet.class"
codebase="/applets" width="776" height="400">
<param name="ZoomImage" value='/WebMedia/Images/66/NG66/zNG66.jpg'>
<param name="ImageMap" value='/WebMedia/Images/66/NG66/iNG66.jpg'>
</applet>
I can get the swing.jar, the NGZoomApplet.jar and the piccies, but I can't
get hold of the .class file. Without this the whole thing doesn't work, but
why can't I find it in the URL?
Surely the .jar files are in the same place as the .class files, but I can
only download the .jar ones.
Any ideas?
Thanks
Is it possible to rip a java applet from a web site?
The applet in question is:
<applet archive="swing.jar,NGZoomApplet.jar" code="NGZoomApplet.class"
codebase="/applets" width="776" height="400">
<param name="ZoomImage" value='/WebMedia/Images/66/NG66/zNG66.jpg'>
<param name="ImageMap" value='/WebMedia/Images/66/NG66/iNG66.jpg'>
</applet>
I can get the swing.jar, the NGZoomApplet.jar and the piccies, but I can't
get hold of the .class file. Without this the whole thing doesn't work, but
why can't I find it in the URL?
Surely the .jar files are in the same place as the .class files, but I can
only download the .jar ones.
Any ideas?
Thanks