HrefTarget

Decides where the URL specified in the Href attribute should be opened.

 

Format:

 

HrefTarget="_blank"

 

 

List of possible values for HrefTarget:

Value

Description

_blank

URL is opened is a new unnamed window.

_media

The URL is loaded in the Media Bar in Microsoft Internet Explorer 6. Microsoft Windows XP Service Pack 2 (SP2) and later. This feature is no longer supported. By default the URL is loaded into a new browser window or tab.

_parent

The sURL is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.

_search

Disabled in Windows Internet Explorer 7, see Security and Compatibility in Internet Explorer 7 for details. Otherwise, the URL is opened in the browser's search pane in Internet Explorer 5 or later.

_self

The current document is replaced with the one specified by the URL .

_top

URL replaces any framesets that may be loaded. If there are no framesets defined, this value acts as the value _self.

 

This attribute applies to:

 

 

Example:

 

<vc:Title HrefTarget="_blank" ... />