target Property
Get the target frame associated with the item. The target is used in conjunction with the NavigateUrl property. The target identifies the Frame or IFrame within the page that has the same corresponding Name attribute as the Target property.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_target() : String |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfExplorerBarItem.get_target(); |