BlueZone Master Web-to-Host Object Tag List

This section lists all of the parameters that can be used with BlueZone Web-to-Host along with an explanation of how and when they are used.


Universal Parameters - Will apply to all sessions in the Object Tag

<PARAM NAME="DistFile" VALUE="X"> - Required
Where the value of X is the Distribution File name, for example default.dst

NOTE  All Object Tags must contain a reference to a Distribution File.  It must be either in the above format where the PARAM NAME pertains to all the sessions in the Object Tag, or in the "old" pre version 3.3 format where the PARAM NAME pertains to one type of BlueZone session only.  For example: <PARAM NAME="MD_DistFile" VALUE="display.e3d"> for Mainframe Display.

<PARAM NAME="SessionManager" VALUE="X"> - Optional
Where the value of X is the name of the Session Manager shortcut icon when it is placed on the End User's desktop

<PARAM NAME="UseSessionManagerShortcut" VALUE="Yes"> - Optional
Change to "No" if you do not want to create a Session Manager shortcut icon.

<PARAM NAME="LogEvents" VALUE="Yes"> - Optional
Used to turn on an "Event Log" (EventLog.txt) that can be helpful when debugging BlueZone Web-to-Host problems

<PARAM NAME="LMAddress" VALUE="X> - Optional
Where the value of X is the IP address or DNS name of the License Manager server

<PARAM NAME="LMGroup" VALUE="X"> - Optional
Where the value of X is the License Manager Group name

<PARAM NAME="CacheDirectory" VALUE="X"> - Optional
Where the value of X is either "ApplicationData" or "AllUsersApplicationData"

NOTE  If this PARAM is omitted, the cached files will be stored in a location based on the End Users's %TEMP% variable

<PARAM NAME="AutoCloseBrowser" VALUE="No"> - Optional
Changing to "Yes" will cause the web page that launched the BlueZone session to close after the session is launched

<PARAM NAME="DisableBlueZoneAddRemovePrograms" VALUE="No"> - Optional
Changing to "Yes" will prevent the Web-to-Host Control Module from adding BlueZone to the Add/Remove Programs list when in Served Desktop mode.

<PARAM NAME="DisableAppendToClipboard" VALUE="No">
Changing to "Yes" will prevent End User's from being able to use the "Append to Clipboard" feature in the BlueZone Display emulators.


Scripting Parameters

<PARAM NAME="ScriptOnInitComplete" VALUE="X"> - Optional
Where X is the name of the "Function" to call after the BZHAO and associated file have finished loading.

<PARAM NAME="ScriptLanguage" VALUE="X"> - Optional
Where X is the scripting language you are using.  Values are, VBScript or JavaScript.

<PARAM NAME="CloseSessionOnPageChange" VALUE="Yes"> - Optional
Using this parameter will cause the BlueZone session to be closed if the user browses away from the page.

<PARAM NAME="ForceFocus" VALUE="Yes"> - Optional
Using the parameter will force the focus to be sent to the embedded BlueZone window when IE gets focus.


LaunchPad Parameters - Will apply to all sessions in the Object Tag

<PARAM NAME="LaunchPad" VALUE="Yes"> - Optional
Turns the LaunchPad feature on or off, Yes is on and No is off

<PARAM NAME="LaunchPadBorder" VALUE="Yes"> - Optional
Turns the LaunchPad Border on or off, Yes is on and No is off

<PARAM NAME="LaunchPadButtons" VALUE="Yes"> - Optional
Turns the LaunchPad Buttons on or off, Yes is on and No is off

<PARAM NAME="LaunchPadToolbar" VALUE="Yes"> - Optional
Turns the LaunchPad ToolBar on or off, Yes is on and No is off

<PARAM NAME="LaunchPadView" VALUE=""> - Optional
Sets the initial LaunchPad icon view.  Valid settings are: blank or "Large" = large icon view, "Small" = small icon view, "List" = list view, "Details" = detail view

<PARAM NAME="LaunchPadForeground" VALUE=""> - Optional

Sets the LaunchPad Foreground (Characters) color in HTML RGB color format, ie: #000000 = Black, #FFFFFF = White (blank uses default color)

<PARAM NAME="LaunchPadBackground" VALUE=""> - Optional
Sets the LaunchPad Background color in HTML RGB color format, ie: #000000 = Black, #FFFFFF = White (blank uses default color)

<PARAM NAME="LaunchPadWatermark" VALUE=""> - Optional
Used to specify a file name to be used as the watermark.  Both .bmp and .gif file formats are supported


Mainframe Display Values

<PARAM NAME="MD_DistFile" VALUE="display.e3d"> - Required
Contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .e3d

<PARAM NAME="MD_S1" VALUE="mfdisp1.zmd"> - Required
This required parameter contains the configuration file name

<PARAM NAME="MD_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="MD_S1_Lu" VALUE=" "> - Optional
When a space is inserted between the quotes, the emulator will prompt the end user for their Display LU Name

<PARAM NAME="MD_S1_Lu" VALUE="X"> - Optional
Where the value of X is the Display LU Name

<PARAM NAME="MD_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="MD_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="MD_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="MD_S1_Description" VALUE="X"> - Optional
Where the value of X is Session Description

<PARAM NAME="MD_S1_Type" VALUE="X"> - Optional
Where the value of X is  IBM followed by Device Type, 3278 or 3279, followed by the Device Model, 2, 3, 4, 5 or DYNAMIC, followed by an E for Extended Attributes if desired. For example, "IBM-3278-2-E"

<PARAM NAME="MD_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values

<PARAM NAME="MD_S1_RunInBrowser" VALUE="Position"> - Optional
This parameter is used to tell BlueZone to operate in the Embedded Client mode. VALUE="position" tells BlueZone to position itself using the "height" and "width" of the Seagull Web-to-Host Control Module

<PARAM NAME="MD_S1_RunInBrowser" VALUE="Full"> - Optional
This parameter is used to tell BlueZone to operate in the Embedded Client mode. VALUE="full" tells BlueZone to launch itself in the "full" browser window

<PARAM NAME="MD_S1_File1" VALUE="X"> - Optional
Where the value of X is the one of the BlueZone "Dialog Level" configuration files like keyboard map, ie: file.mdk.  Values from File1 through File9 are valid


Mainframe Printer Values

<PARAM NAME="MP_DistFile" VALUE="printer.e3p"> - Required
This parameter contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .e3p

<PARAM NAME="MP_S1" VALUE="mfprin1.zmp"> - Required
This required parameter contains the configuration file name

<PARAM NAME="MP_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="MP_S1_Lu" VALUE=" "> - Optional
When a space is inserted between the quotes, the emulator will prompt the end user for their Printer LU Name

<PARAM NAME="MP_S1_Lu" VALUE="X"> - Optional
Where the value of X is the Printer LU Name

<PARAM NAME="MP_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="MP_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="MP_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="MP_S1_Description" VALUE="X"> - Optional
Where the value of X is the Session Description

<PARAM NAME="MP_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values


iSeries Display Values

<PARAM NAME="AD_DistFile" VALUE="display.e5d"> - Required
This parameter contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .e5d

<PARAM NAME="AD_S1" VALUE="asdisp1.zad"> - Required
This required parameter contains the configuration file name

<PARAM NAME="AD_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="AD_S1_Device" VALUE=" "> - Optional
When a space is inserted between the quotes, the emulator will prompt the end user for their Display Device Name

<PARAM NAME="AD_S1_Device" VALUE="X"> - Optional
Where the value of X is the Display Device Name

<PARAM NAME="AD_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="AD_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="AD_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="AD_S1_Username" VALUE="X"> - Optional
Where the value of X is the Username that will be passed on to the AS/400 login screen

<PARAM NAME="AD_S1_Password" VALUE="X"> - Optional
Where the value of X is the Password that will be passed on to the AS/400 login screen

<PARAM NAME="AD_S1_Program" VALUE="X"> - Optional
Where the value of X is the Program that will be passed on to the AS/400 login screen

<PARAM NAME="AD_S1_Menu" VALUE="X"> - Optional
Where the value of X is the Menu that will be passed on to the AS/400 login screen

<PARAM NAME="AD_S1_Library" VALUE="X"> - Optional
Where the value of X is the Library Name that will be passed on to the AS/400 login screen

<PARAM NAME="AD_S1_Description" VALUE="X"> - Optional
Where the value of X is the Session Description

<PARAM NAME="AD_S1_Type" VALUE="X"> - Optional
Where the value of X is IBM followed by Device Type, 3179-2, 3180-2, 3196-A1, 3477-FC, 3477_FG, 5251-11, 5291-1, 5292-2, 5555-B01, 5555-C01. For example, "IBM-3197-2"

<PARAM NAME="AD_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values

<PARAM NAME="AD_S1_RunInBrowser" VALUE="Position"> - Optional
This parameter is used to tell BlueZone to operate in the Embedded Client mode. VALUE="position" tells BlueZone to position itself using the "height" and "width" of the Seagull Web-to-Host Control Module

<PARAM NAME="AD_S1_RunInBrowser" VALUE="Full"> - Optional
This parameter is used to tell BlueZone to operate in the Embedded Client mode. VALUE="full" tells BlueZone to launch itself in the "full" browser window

<PARAM NAME="AD_S1_File1" VALUE="X"> - Optional
Where the value of X is the one of the BlueZone "Dialog Level" configuration files like keyboard map, ie: file.adk.  Values from File1 through File9 are valid


iSeries Printer Values

<PARAM NAME="AP_DistFile" VALUE="printer.e5p"> - Required
This parameter contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .e5p

<PARAM NAME="AP_S1" VALUE="asprin1.zap"> - Required
This required parameter contains the configuration file name

<PARAM NAME="AP_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="AP_S1_Device" VALUE=" "> - Optional
When a space is inserted between the quotes, the emulator will prompt the end user for their Printer Device Name

<PARAM NAME="AP_S1_Device" VALUE="X"> - Optional
Where the value of X is the Printer Device Name

<PARAM NAME="AP_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="AP_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="AP_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="AP_S1_QueueName" VALUE="X"> - Optional
Where the value of X is the Queue Name

<PARAM NAME="AP_S1_QueueLibrary" VALUE="X"> - Optional
Where the value of X is the Queue Library Name

<PARAM NAME="AP_S1_Font" VALUE="X"> - Optional
Where the value of X is the Font Number, ie; "011"

<PARAM NAME="AP_S1_FormFeed" VALUE="Yes"> - Optional
Where the value of X is the type of Formfeed to be sent at the end of the print job, ie; "Continuous", "Cut" and "Autocut"

<PARAM NAME="AP_S1_Transform" VALUE="Yes"> - Optional
Host Print Transform will be turned on

<PARAM NAME="AP_S1_Model" VALUE="X"> - Optional
Where the value of X is the Model Number of the printer (used in conjunction with Host Print Transform)

<PARAM NAME="AP_S1_Description" VALUE="X"> - Optional
Where the value of X is the Session Description

<PARAM NAME="AP_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values


BlueZone FTP Values

<PARAM NAME="FTP_DistFile" VALUE="display.eft"> - Required
This parameter contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .eft

<PARAM NAME="FTP_S1" VALUE="ftpdisp1.zft"> - Required
This required parameter contains the configuration file name

<PARAM NAME="FTP_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="FTP_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="FTP_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="FTP_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="FTP_S1_HostType" VALUE="X"> - Optional
Where the value of X is the FTP Server Type, ie; "AS/400", "MVS", "VM", "VSE", "Unix", "WindowsNT"

<PARAM NAME="FTP_S1_InitialPCDirectory" VALUE="X"> - Optional
Where the value of X is the Initial PC Directory

<PARAM NAME="FTP_S1_InitialHostDirectory" VALUE="X"> - Optional
Where the value of X is the Initial FTP Host Directory

<PARAM NAME="FTP_S1_UserName" VALUE="X"> - Optional
Where the value of X is the Username

<PARAM NAME="FTP_S1_Password" VALUE="X"> - Optional
Where the value of X is the Password

<PARAM NAME="FTP_S1_Description" VALUE="X"> - Optional
Where the value of X is the Session Description

<PARAM NAME="FTP_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values


BlueZone VT Values

<PARAM NAME="VT_DistFile" VALUE="display.evt"> - Required
This parameter contains the distribution file name

NOTE  In version 3.3 or higher <PARAM NAME="DistFile" VALUE="default.dst"> can be used instead of .evt

<PARAM NAME="VT_S1" VALUE="vtdisp1.zvt"> - Required
This required parameter contains the configuration file name

<PARAM NAME="VT_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="VT_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="VT_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="VT_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number

<PARAM NAME="VT_S1_Description" VALUE="X"> - Optional
Where the value of X is the Session Description

<PARAM NAME="VT_S1_Var1" VALUE="X"> - Optional
Where the value of X is a value used in BlueZone Scripts, values from Var1 through Var9 are valid values

<PARAM NAME="VT_S1_File1" VALUE="X"> - Optional
Where the value of X is the one of the BlueZone "Dialog Level" configuration files like keyboard map, ie: file.vdk.  Values from File1 through File9 are valid

<PARAM NAME="VT_S1_Type" VALUE="X"> - Optional
Where the value of X is the desired VT Terminal Type, i.e., VT100, VT220, VT320, etc.  This feature can also be used to send a custom Terminal Type, i.e., ADP24.

<PARAM NAME="VT_S1_Device" VALUE=" "> - Optional
When a space is inserted between the quotes, the emulator will prompt the end user for their Answerback Name

<PARAM NAME="VT_S1_Device" VALUE="X"> - Optional
Where the value of X is the Answerback Name


BlueZone TCP/IP Print Server Values

<PARAM NAME="DistFile" VALUE="default.dst"> - Required
This parameter contains the distribution file name

<PARAM NAME="LPD_S1" VALUE="default.ztp"> - Required
This required parameter contains the configuration file name

<PARAM NAME="LPD_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"


BlueZone ICL Values

<PARAM NAME="DistFile" VALUE="default.dst"> - Required
This parameter contains the distribution file name

<PARAM NAME="ICL_S1" VALUE="default.z7d"> - Required
This required parameter contains the configuration file name

<PARAM NAME="ICL_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"

<PARAM NAME="ICL_S1_ConnectionName" VALUE="X"> - Optional
Where the value of X is the Connection Name

<PARAM NAME="ICL_S1_HostAddress" VALUE="X"> - Optional
Where the value of X is the Host DNS Name or IP Address

<PARAM NAME="ICL_S1_Port" VALUE="X"> - Optional
Where the value of X is the TCP Port Number


BlueZone T27 Values

<PARAM NAME="DistFile" VALUE="default.dst"> - Required
This parameter contains the distribution file name

<PARAM NAME="T27_S1" VALUE="default.ztd"> - Required
This required parameter contains the configuration file name

<PARAM NAME="T27_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"


BlueZone UTS Values

<PARAM NAME="DistFile" VALUE="default.dst"> - Required
This parameter contains the distribution file name

<PARAM NAME="UTS_S1" VALUE="default.zud"> - Required
This required parameter contains the configuration file name

<PARAM NAME="UTS_S1_Save" VALUE="Yes"> - Optional
Used when you want the end user to be able to save their emulator settings on their own PC, can also be set to "No" or deleted entirely, which is equal to "No"