Here's what I have so far. I'm using the com.citrix.ConnectionCenter applet. It works nicely and doesn't require the user to "Click Here to Continue," like the com.citrix.JICA applet does. I just need to figure out the display portion. I did see this discussed in a Citrix forum and have tried the 10.1.1 JICAComponents.zip file, but it produced the same results. Ther URL for the Citrix forum is: http://forums.citrix.com/thread.jspa?threadID=257039&start=0&tstart=0 fallback HTML: <html> <head> <title>JICA Applet</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <!-- Notes: 1) << CODEBASE >> is a system value that will get replaced at the time the applet is launched. Please do not modify this value. 2) Please modify the remaining values as needed. 3) Please make sure all attribute names/values are enclosed in double quotes. --> <body> <applet code="com.citrix.ConnectionCenter" codebase="<< CODEBASE >>" archive="JICA-browseN.jar,JICA-cdmN.jar,JICA-clipboardN.jar,JICA-configN.jar,JICA-coreN.jar,JICA-printerN.jar,JICA-seamlessN.jar,JICA-sicaN.jar,JICA-zlcN.jar,JICAEngN.jar,cryptojN.jar,sslN.jar,JICA-audioN.jar" width="640" height="480" name="JICA" align="top"> <param name="code" value="com.citrix.ConnectionCenter"> <param name="codebase" value="<< CODEBASE >>"> <param name="archive" value="JICA-browseN.jar,JICA-cdmN.jar,JICA-clipboardN.jar,JICA-configN.jar,JICA-coreN.jar,JICA-printerN.jar,JICA-seamlessN.jar,JICA-sicaN.jar,JICA-zlcN.jar,JICAEngN.jar,cryptojN.jar,sslN.jar,JICA-audioN.jar"> <param name="cabbase" value=""> <param name="name" value="JICA"> <param name="width" value="330"> <param name="height" value="140"> <param name="align" value="top"> <!-- Please specify additional params here after the comment. <param name="paramname" value="paramvalue"> --> <param name="TWIMode" value="on"> <param name="ClientAudio" value="on"> <param name="Compress" value="on"> <param name="StandardCompression" value="on"> <param name="PersistentCacheEnabled" value="on"> <param name="icafile" value="<<ICAURL>>"> <param name="End" value="<<CODEBASE>>examples/end.html"> </applet> </body> </html>
... View more