I'm trying to get a java applet from a website. The HTML page code looks like this:
<APPLET CODEBASE="../applets" CODE="fourier.Interference" WIDTH="300" HEIGHT="350">
<PARAM NAME="waves" VALUE="2">
<PARAM NAME="handle" VALUE="fourier/greyball.gif">
</APPLET>
Where would the applet code be located so I can download it?