Conduit API
Case Study
HTML Apps -> RetrieveGlobalKey
 
This function is used to retrieve the value of a global stored key on the client's PC.
 
RetrieveGlobalKey(key)
 
Parameter Description Range Type
key The name of the key to retrieve. not null or empty string string
 
Description Type
The value of the requested key. string
 
This function can be used both with the HTML component and with the gadget window.
Global key values can be stored and shared cross-domain amongst all HTML components and Gadgets within a given toolbar and its group members.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.