Information Center

Using Session 1 and Session 2 to disable functions

Normally, to disable functions for an user or a group of users, you would use the Disable Functions window, which is accessible both from the Administration Utility and from the Deployment Wizard (see Disable Functions).

However, you can also disable some functions by adding the DISABLE parameter to the <APPLET> tag in the HTML file.

For example, to disable the Cut/Copy/Paste function, add the following text:

<PARAM NAME=Disable      VALUE="CUTPASTE">

You can disable more than one feature by separating the values with semicolons. For example, to disable the Cut/Copy/Paste, 5250 Emulation, and Macro Record/Play features, add the following text:

<PARAM NAME=Disable      VALUE="CUTPASTE;EMUL5250;MACRO">

The following functions can be disabled:

Parameter value: Function disabled:
CLRMAP Color remapping
CUTPASTE Cut/copy/paste
EMUL3270 3270 session
EMUL5250 5250 session
EMULCICS CICS gateway session
EMULVT VT session
FILEXFER3270 3270 file transfer
FILEXFER5250 5250 file transfer
EMUL3270PRT 3270 printer session
EMUL5250PRT 5250 printer session
KEYMAP Keyboard remapping
MACRO Macro record/play
SSL Security
USERAPPLET Startup-applets and run applet

Related topics:

  • Disable Functions