You might try changing:
"<APPLET CODE=MultiList.class"+
"codebase=\".\""+
"width=430"+
"height=410>"+
to:
"<APPLET CODE=\"MultiList.class\""+
"codebase=\".\""+
"width=\"430\""+
"height=\"410\">"+
I can't see how this would / would not kill the console, but It's worth a try :)
Dave
