Conduit API
Case Study
HTML Apps-> Targets
 
Targets are parameters which can be added to the end of any URL while navigating with the HTML App.
All targets must be placed at the end of the URL.
The following targets listed below can be used:
1. "#_self" - Self navigate (the HTML App will navigate).
2. "#_search" - Navigate within the Search window of the Internet Explorer browser.
3. "#_main", "#_top", "#_parent" - Navigate within the main frame of the Internet Explorer browser.
4. "#_new" - Open a page in a new window.
5. "#_blank" - Navigate to a blank page.

Note:
The default target for an HTML App is Main Frame Navigation (Target #3 above)
The default target for a gadget window is Self Navigation (Target #1 above).