Version

target Property

Returns the target frame associated with the Node object. 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
function set_target(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_target();
See Also