Conduit API
Case Study
HTML Apps -> RetrieveKey
 
This function is used to retrieve the value of the stored key on the client's PC.
 
RetrieveKey(key)
 
Parameter Description Range Type
key The name of the key to retrieve. not null or empty string string
 
null
 
This function can be used both with the HTML component and with the gadget window.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains an icon  RetrieveKey  that when clicked, will attempt to retrieve the value associated with the key represented by the string "ID".