Conduit API
Case Study
HTML Apps -> StoreGlobalKey
 
This function is used to store a key and its value on the client's PC.
 
StoreGlobalKey(key, value)
 
Parameter Description Range Type
key The name of the key to store. not null or empty string string
value The name of the key to store. not null or empty string string
 
None.
 
This function can be used both with the HTML component and with the gadget window. The values stored are encrypted.
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.