Java Script functions and Frame Names

LANSA

Java Script functions and Frame Names
It is likely that you want to change the names of the Java Script functions and Frame names used in this example to names that are more descriptive of what your changed functions will do.

There are two Java Script functions used to receive and pass key field values. See the reference table below to find out where these functions are defined and invoked.


JAVA SCRIPT function nameDefined in the HTML of functionInvoked from
ShowEmpDetSET011DS_011RBSE
  S_011ADDSUBITM
  SET011C
SetKeySET011CS_011ADDSUBITM

With respect to the frames, these are defined and given a name in the HTML of the function SET011E. They are referenced in the same places as the Java Script functions ShowEmpDet and SetKey as part of the invocation string with the format
parent.<frame name>.<JavaScript Function Name>(‘<parameters>’)