Show/Hide Toolbars

Managing an FVTerm Child iFrame in Javascript

Called each one or more simple keystrokes are being sent to the host.  Only occurs with VT/ASCII hosts, not TN3270 or TN5250.

 

 function onKeys(keystrokes)

 {

         

 }

 

 

Parameter

Description

keyStrokes

One or more keys typed by the user

 

 

Binding your onKeys function

 

Bind your onKeys the FVMsgApi.ConnectMsgFVTerm or ConnectFVTerm function callback as follows:

 

 fvApi.onkeys = onKeys;