I have written a java application based on two classes. The Application runs perfectly fine when I execute it from the development tool (Eclipse). I have posted the files to my webpage and the applet display, but nothing else works. The ActionListeners don't seem to do anything, but it doesn't seem to be throwing an error. Below is some info if someone can help me debug:

My Site: http://community.wvu.edu/~lcs009/

each class's html page has the following html to start the applet:
<HTML>
<HEAD>
<TITLE>Logan's Quiz</TITLE>
</HEAD>
<BODY>
Welcome to Logan's Interactive Quiz!:



<applet code="quiz.class" archive = "run_quiz.jar" width="300" height ="300">
</applet>

</BODY>
</HTML>

more info:

For the quiz page, it should either say "file could not be read" or display option panes for a list of questions. You should be able to use example.txt as the file name which is stored in the same folder on the website.

The scores page should then display additional labels with your score history, the username "logan" should be a good test.