Thanks for all the help. I think there is a bug involved here. Below is the HTML my servlet generates after it takes the parameters from the URL. I can run the applet from the generated HTML file PERFECTLY! But the servlet itself cannot display the reportUI applet. It gives me a Bad Magic Number error. THis is crazy. <HTML> <TITLE>Test</TITLE> <BODY> <CENTER> <TABLE BORDER CELLSPACING=5 CELLPADDING=5 COLS=1 WIDTH="45%" BGCOLOR="#FFFFFF"> <TR ALIGN=CENTER BGCOLOR="#000099"> <TD> <B><FONT FACE="Lucida Sans"> <FONT COLOR="#FFFF99"> Test </FONT></FONT></B> </TD> </TR> <TR ALIGN=CENTER VALIGN=CENTER> <TD> <APPLET CODE="reportUI" codebase="." width=430 height=410> <PARAM NAME="SETUP" VALUE="WELL"> <PARAM NAME="MULTIPLE" VALUE="YES"> <PARAM NAME="REPNAME" VALUE="TEST"> </APPLET> </TD> </TR> </TABLE> </CENTER> </BODY> </HTML> Ryan Richards Technical Consultant Database Consultants, Inc. Oklahoma City, OK ----------------------------------------------- FREE! The World's Best Email Address @email.com Reserve your name now at http://www.email.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html