The ActiveX Display page
The ActiveX Display page (AXD400.HTM, AXD3270.HTM, and AXDVT100.HTM) is the page that hosts the ActiveX Display session. It contains information that allows Internet Explorer to launch the corresponding ActiveX control installed on the client PC. This control provides the information needed by the ActiveX controls to connect to BlueZone Access Server.
<OBJECT ID= "HFDSP" CLASSID="CLSID:CBBD6FA7-2384-11D1-A8C9-0040C7116154" 
CODEBASE= "Http://DomainName/ActiveXVirtualPath/HFDSP.CAB #Version=1,765,0,1" 
TYPE="application/x-oleobject">
<PARAM NAME="Secure" VALUE="FALSE">
<PARAM NAME="AutoConnect" VALUE="TRUE">
<PARAM NAME="AutoSave" VALUE="TRUE">
<PARAM NAME="Persistent" VALUE="FALSE">
<PARAM NAME="ServerHTTP" VALUE="204.191.15.55">
<PARAM NAME="ServerTCPIP" VALUE="204.191.15.55">
<PARAM NAME="PortHTTP" VALUE="80">
<PARAM NAME="PortTCPIP" VALUE="0">
<PARAM NAME="CGIPath" VALUE="HFCGI_5250">
<PARAM NAME="CGIName" VALUE="HFCGI.DLL">
<PARAM NAME="FillMode" VALUE="TRUE">
<PARAM NAME="PollingMode" VALUE="FALSE">
<PARAM NAME="PollingType" VALUE="FALSE">
<PARAM NAME="PollingInterval" VALUE="5000">
<PARAM NAME="KeepAlivePolling" VALUE="TRUE">
<PARAM NAME="RSASecurID" VALUE="FALSE">
<PARAM NAME="SessionLoadBalancing" VALUE="TRUE">
<PARAM NAME="DisableAutoSignonChange" VALUE="TRUE">
<PARAM NAME="AutoSignon" VALUE="TRUE">
<PARAM NAME="ASUserName" VALUE="GUEST">
<PARAM NAME="ASUserPassword" VALUE="PASSWORD">
<PARAM NAME="NTAutoSignon" VALUE="TRUE">
<PARAM NAME="AutoSignonLastAccount" VALUE="TRUE">
<PARAM NAME="ClusterCGIName" VALUE="HFCLUSTER.DLL">
<PARAM NAME="ClusterCGIPath" VALUE="HFCLUSTER">
<PARAM NAME="UseCluster"  VALUE="TRUE">
<PARAM NAME="Emulation"  VALUE="HFM">
<PARAM NAME="ServerVersion"  VALUE="400">
<PARAM NAME="iChain"  VALUE="TRUE">
<PARAM NAME="NumOverridable"  VALUE="TRUE">
<PARAM NAME="LightPenEnabled"  VALUE="TRUE">
<PARAM NAME="BackspaceWithDelete"  VALUE="TRUE">
<PARAM NAME="SystemRequestMenu"  VALUE="TRUE">
</OBJECT>
The most important parameters of the ActiveX Object definition are:
•  ID
•  CODEBASE
•  TYPE
Note
The OBJECT definition section from this page (the part highlighted in bold) has been moved to another page called AXDnnnn.HTM.JS in the same folder in order to avoid having the problem of having to click the mouse or press the space bar to start working with the ActiveX control (due to changes done by Microsoft on the Internet Explorer.) This changes does not affect the functionality of the ActiveX control at all. The only effect is that if you had to change the version number of the ActiveX in case of a manual upgrade of the CAB file, that number needs to be changed in the JS file rather than in the HTML file.
You can define the rest such as sizing for the width and height through the browser. The PARAM NAME settings contain data that Internet Explorer transmits to the ActiveX controls to connect to the Server.
ActiveX parameter Description Product
HFA HFM HFU
DomainName This is either the Registered Domain Name or the TCP/IP Host Name of the PC that contains the server. X X X
ActiveXVirtualPath This is the virtual path name, as configured in your Web Server software, for the ActiveX controls folder. The Setup program defines the virtual path in the AXD400.HTM file. X X X
Secure This is the parameter that specifies if you are using a Secure Socket Layer (SSL) Connection. X X X
Auto Connect This parameter specifies whether you have selected the Auto Sign on feature on your ActiveX Client X X X
Auto Save This parameter displays whether you have chosen to have the Auto save feature on (true) or off (false) X X X
Persistent This parameter shows TRUE if you are using a persistent connection X X X
ServerHTTP This is the IP address or Host Name of the cluster entry point. This can be the address of one server machine running the Cluster Service or the virtual IP of a BlueZone Access Server Cluster or HostFront Server Cluster. This address will be used for HTTP (non-persistent) connections X X X
ServerTCP/IP This is the IP address or Host Name of the cluster entry point. This can be the address of one server machine running the Cluster Service or the virtual IP of a BlueZone Access Server Cluster or HostFront Server Cluster. This address will be used for TCP/IP (persistent) connections X X X
PortHTTP This is the TCP/IP port used by the Web browser to access the HTML page. The default port for a Web Server is 80. X X X
PortTCPIP This is the TCP/IP port used by the Web browser to access the HTML page, and will display the server Port when using a persistent connection. X X X
CGIPath This is the name of the virtual path, as configured in your Web Server software, of the CGI folder. The Setup program defines the virtual path in the AXD400.HTM file. X X X
CGIName This is the name of the CGI application or ISAPI Dynamic Link Library (DLL) the server services use to interface with the Web browser.
•  For Microsoft Internet Information Server (IIS), it is possible to use the ISAPI interface (HFCGI.DLL) to enhance the performance.
•  For other Web Servers, you must use the CGI interface (HFCGI.EXE).
X X X
ClusterCGIName This is the name of the CGI application or ISAPI Dynamic Link Library (DLL) that the Cluster Service uses to interface with the Web browser.
•  For Microsoft Internet Information Server (IIS), it is possible to use the ISAPI interface (HFCLUSTER.DLL) to enhance the performance.
•  For other Web Servers, you must use the CGI interface (HFCLUSTER.EXE).
X X X
ClusterCGIPath This is the name of the virtual path, as configured in your Web Server software, of the cluster CGI folder. The Setup program defines the virtual path in the AXD400.HTM file. This is the path of the virtual folder of the cluster service that the display ActiveX will use. X X X
UseCluster This parameter notifies the ActiveX display client to use the Cluster Service. If it does not exist or is set to False, the ActiveX client will use the connection mechanism of the older version X X X
ServerVersion This value informs the display ActiveX about the version of the server so it connects using the applicable method (used for backwards compatibility) X X X
Emulation As one cluster service serves three emulation types, this value helps maintaining proper reference between the clients and the server. X X X
FillMode This allows you to use the whole window of the ActiveX container. In the ActiveX Display HTML Startup page, it is recommended that you set this value to True. X X  
PollingMode This parameter is True when the Single refresh delay is enabled on the ActiveX client. (see Modifying your Data Processing Properties ) X X  
PollingType This parameter is obsolete. X X  
PollingInterval This parameter displays the time interval (in ms) of the Single refresh delay parameter. X X  
KeepAlivePolling This parameter is True when the Client Keep Alive mechanism is enabled on the ActiveX Client . (see Modifying your Data Processing Properties ). The time interval for this feature can be specified on the server. X X  
RSA SecurID This parameter allows you to specify the use of a SecurID RSA Server authentication when set to True. X X X
ServerVersion This parameter informs the ActiveX Display control about the server version for compatibility purposes.      
DisableAutoSignonChange This parameter disables the Auto Sign on Section in the Session Properties, preventing the user from changing these parameters. Use this feature when you want to force an end user to use a signon name and password configured in the HFDSP.CFG file that can be pushed to the user along with the MSI package. X X X
The next three parameters should be used together as a group
AutoSignon This parameter enables the Auto Sign on feature in the ActiveX control so that the user name and password provided in the ASUserName and ASUserPassword parameters are used to sign on automatically. X X X
ASUserName This parameter provides the user name used by the Auto Sign on process that was enabled by the AutoSignon parameter. X X X
ASUserPassword This parameter provides the password used by the Auto Sign on process that was enabled by the AutoSignon parameter. X X X
NTAutoSignon This parameter enables the Windows Domain Auto Sign on feature in the ActiveX control so that it always tries to sign on automatically to the cluster using the Domain credentials on the user's machine. X X X
AutoSignonLastAccount This parameter enables ActiveX to automatically sign on using the user name and password that was last used to sign on. This parameter is independent from the AutoSignon parameter. X X X
F13 (or Fnn) This parameter applies only to BlueZone Access Server for VT100 where you can extend the standard function keys of the VT100 emulator to include custom function keys. The name of the parameter is the function key (e.g. F13) and the value is what you want to send to the UNIX host when pressing that key.     X
NumOverridable Use this parameter to force enabling the Numeric Field Override for all clients. X    
LightPenEnabled Use this parameter to enable using the light pen with Mainframe applications. X    
BackspaceWithDelete This parameters makes the Backspace key delete the character previous to the cursor along with moving the cursor one column backwards (as opposed to the standard terminal key that just moves the cursor) X X  
iChain This parameter is used to force the ActiveX to sign on using iChain authentication method. X X X
SystemRequestMenu If set to true, the user will get the System Request menu screen. If set to false, the user will get a line below the status line to enter the system request option. The setting here is overridden by the user selection in the Session Properties dialog box /Appearance tab in the ActiveX display. X