To disable graphical interface functions, use the Disable Function accessed from the Administration window or the Deployment Wizard.
Not only can you provide Host On-Demand functions in a customized HTML file, but you can also create an HTML file that starts a session with some functions disabled. To do this, add the Disable parameter to the <APPLET> tag in the HTML file.
For example, to disable the Cut/Copy/Paste function, add the following:
<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:
<PARAM NAME=Disable VALUE="CUTPASTE;EMUL5250;MACRO">
The following functions can be disabled:
Parameter Value | Function |
---|---|
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 |