ICA Java Client Example HTML
These examples use JavaScript to launch the ICA Java Client in a separate window that does not have toolbars or scrollbars. This reduces the risk of the applet being accidentally terminated by the browser, when the user clicks the browser back button or closes the browser window.
Each launched window contains some JavaScript to detect the user closing the window, and respond with a warning that their session will be disconnected.
Minimal desktop
Launch desktop session to specified MetaFrame server
To use this example, change the following parameter values in desktop.html:
Address - Address of the MetaFrame server to connect to
Published Application with 128 bit Encryption
Launch session to Published Application using HTTP browsing. This uses HTTP ICA browsing to locate a server to run the published application. The application is then launched with 128 bit encryption enabled.
To use this example, change the following parameter values in application.html:
HttpBrowserAddress - Address of MetaFrame server used for HTTP browsing
Address - Published application name
InitialProgram - Published application name (preceded by # symbol)
Auto Proxy Detection
Launch session to Published Application using HTTP browsing. This uses HTTP ICA Browsing to locate a server to run the published application. The application is then launched with 128 bit encryption enabled. The ICA Java Client uses any proxies defined in the web browser settings.
To use this example, change the following parameter values in autoproxy.html:
HTTPBrowserAddress - Address of the MetaFrame server used for HTTP browsing
Address - Published application name
InitialProgram - Published application name (preceded by # symbol)