WindowTarget Enumeration

This enumerated type defines the locations in which a browser window can be opened by the areas in a web server ImageMap control when clicked and their Action property is set to Navigate.

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
[SerializableAttribute]
public enum WindowTarget

Members

Blank0The URL is loaded into a new, unnamed window.
Media1The URL is loaded into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.
Parent2The URL is loaded into the current frame's parent. If the frame has no parent, this value acts like the value Self.
Search3Available in Internet Explorer 5 and later. The URL is opened in the browser's search pane.
Self4The current document is replaced with the specified URL.
Top5The URL replaces any frame sets that may be loaded. If there are no frame sets defined, this value acts like the value Self.
Other6The URL is loaded into another frame or window named by the TargetName property. If a window or frame already exists with the given name, the URL is loaded into the existing window or frame.

See Also