GetTemp (client-side)
Use this routine to retrieve a value or object from the Client State Dictionary stored in the parent frame. A specific key is passed as a parameter to identify the value or object.
Definition
GetTemp(sName)
Parameters
sName
A string used as the key of the value or object to be retrieved from the Client State Dictionary.
Return Value
The value or object being retrieved from the Client State Dictionary. If the key is not found, Nothing is returned.
Remarks
This routine is only available after the taskbar has been inserted by invoking either InsertTaskBar or InsertEditTaskBar.
This routine is available in the include file ActionPageUtil.asp.