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.
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>’)
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 name | Defined in the HTML of function | Invoked from |
ShowEmpDet | SET011D | S_011RBSE |
S_011ADDSUBITM | ||
SET011C | ||
SetKey | SET011C | S_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>’)