Show/Hide Toolbars

Managing an FVTerm Child iFrame in Javascript

Called when the session is restarted by the user.  The prototype of this function has no parameters and any returned value is ignored.

 

Declared as follows:

 

 function onRestart()

 {

         

 }

 

Binding your onRestart function

 

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

 

 fvApi.onrestart = onRestart;