7.1 The nxapplet HTML File
The DocRoot/plugin/nxapplet.html file provides the following parameters which allow to personalize the installation and appearance of your NX Web Companion:
Parameters for configuring the applet initialization phase
Applet background color:
<PARAM NAME="boxbgcolor" VALUE="236, 235, 229">
To enable or disable the progress bar:
<PARAM NAME="progressbar" VALUE="true">
Message provided during the applet initialization:
<PARAM NAME="boxmessage" VALUE="Please wait while Java applet loads...">
Define the root path to which all the relative paths will be appended. Please note that it is necessary to modify this value, otherwise the applet can't be initiated:
<PARAM NAME="SiteUrl" VALUE="http://webserver">
Parameters to configure the applet appearance
Base directory where the images used for the background are placed:
<PARAM NAME="BackgroundsUrl" VALUE="/plugin/images/backgrounds/">
Background images:
<PARAM NAME="Background1" VALUE="background-1.png">
<PARAM NAME="Background2" VALUE="background-2.png">
<PARAM NAME="Background3" VALUE="background-3.png">
<PARAM NAME="Background4" VALUE="background-2.png">
<PARAM NAME="Background5" VALUE="background-4.png">
<PARAM NAME="Background6" VALUE="background-4.png">
<PARAM NAME="Background7" VALUE="background-5.png">
<PARAM NAME="Background8" VALUE="background-6.png">
<PARAM NAME="Background9" VALUE="background-7.png">
Base directory where the message images are placed:
<PARAM NAME="StringsUrl" VALUE="/plugin/images/strings/">
Message images:
<PARAM NAME="String1" VALUE="string-1.png">
<PARAM NAME="String2" VALUE="string-2.png">
<PARAM NAME="String3" VALUE="string-3.png">
<PARAM NAME="String4" VALUE="string-4.png">
<PARAM NAME="String5" VALUE="string-5.png">
<PARAM NAME="String6" VALUE="string-6.png">
<PARAM NAME="String7" VALUE="string-7.png">
Base directory where the error message images are placed:
<PARAM NAME="ErrorsUrl" VALUE="/plugin/images/errors/">
Error message images:
<PARAM NAME="Error1" VALUE="error-1.png">
<PARAM NAME="Error2" VALUE="error-2.png">
<PARAM NAME="Error3" VALUE="error-3.png">
<PARAM NAME="Error4" VALUE="error-4.png">
<PARAM NAME="Error5" VALUE="error-5.png">
<PARAM NAME="Error6" VALUE="error-6.png">
<PARAM NAME="Error7" VALUE="error-7.png">
<PARAM NAME="Error8" VALUE="error-8.png">
<PARAM NAME="Error9" VALUE="error-9.png">
<PARAM NAME="Error10" VALUE="error-10.png">
<PARAM NAME="Error11" VALUE="error-11.png">
Base directory where the button images are placed:
<PARAM NAME="ButtonsUrl" VALUE="/plugin/images/buttons/">
Button images:
<PARAM NAME="Cancel" VALUE="cancel.png">
<PARAM NAME="CancelOver" VALUE="cancel-over.png">
<PARAM NAME="CancelActive" VALUE="cancel-active.png">
<PARAM NAME="Continue" VALUE="continue.png">
<PARAM NAME="ContinueOver" VALUE="continue-over.png">
<PARAM NAME="ContinueActive" VALUE="continue-active.png">
<PARAM NAME="Download" VALUE="download.png">
<PARAM NAME="DownloadOver" VALUE="download-over.png">
<PARAM NAME="DownloadActive" VALUE="download-active.png">
<PARAM NAME="Run" VALUE="run.png">
<PARAM NAME="RunOver" VALUE="run-over.png">
<PARAM NAME="RunActive" VALUE="run-active.png">
<PARAM NAME="Details" VALUE="details.png">
<PARAM NAME="DetailsOver" VALUE="details-over.png">
<PARAM NAME="DetailsActive" VALUE="details-active.png">
<PARAM NAME="Pause" VALUE="pause.png">
<PARAM NAME="PauseOver" VALUE="pause-over.png">
<PARAM NAME="PauseActive" VALUE="pause-active.png">
<PARAM NAME="Resume" VALUE="resume.png">
<PARAM NAME="ResumeOver" VALUE="resume-over.png">
<PARAM NAME="ResumeActive" VALUE="resume-active.png">
URL to which the user will be redirected when exiting the applet. If this parameter is not specified, the user will be referred back to the previous page.
<PARAM NAME="RedirectUrl" VALUE="http://www.nomachine.com">
Parameters for specifying the session file
URL from which the applet will download the session file. This name should be unique, in order to grant every user their own session file. It is strongly suggested to use the .nxs extension:
<PARAM NAME="SessionUrl" VALUE="/plugin/session/session.nxs">
How the downloaded session file should be renamed when saved locally. Please note that it is strongly suggested to use the .nxs extension:
<PARAM NAME="SessionName" VALUE="testdrive.nxs">
Parameters for specifying the client.zip archives
URL from which the applet will download the NX Client for Linux archive:
<PARAM NAME="LinuxClientUrl" VALUE="/plugin/Linux/client.zip">
URL from which the applet will download the NX Client for Windows archive:
<PARAM NAME="WindowsClientUrl" VALUE="/plugin/Windows/client.zip">
URL from which the applet will download the NX Client for Mac OS/X archive:
<PARAM NAME="MacOSClientUrl" VALUE="/plugin/MacOSX/client.zip">
URL from which the applet will download the NX Client for Solaris archive:
<PARAM NAME="SolarisClientUrl" VALUE="/plugin/Solaris/client.zip">
IMPORTANT
Do not modify the following parameters:
- Applet parameters
<PARAM NAME="archive" VALUE="nxapplet.jar">
<PARAM NAME="code" VALUE="NXApplet.class">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2">
- Version of the NX Client contained in the client.zip archive:
<PARAM NAME="LinuxClientVersion" VALUE = "3.0.0-50">
<PARAM NAME="WindowsClientVersion" VALUE = "3.0.0-50">
<PARAM NAME="MacOSClientVersion" VALUE = "3.0.0-50">
<PARAM NAME="MacOSClientVersion" VALUE = "3.0.0-50">
|