Conduit API
Case Study
HTML Apps -> GetMainFrameTitle
 
This function is used to get the title of the current page loaded in the main browser.
 
GetMainFrameTitle()
 
None.
 
Description Type
Current page's title. string
 
In order to retrieve the main frame URL, you will need to apply the following security settings for your toolbar.
This function can be used both with the HTML component and with the gadget window.
This function cannot be used inside the EBNavigateComplete event (the return value may not be valid).
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example is an icon  GetMainFrameTitle  that when clicked, returns a message to the user containing the main frame title.