Easy Tutorial
❮ Prop Webcontrol Button Postbackurl Prop Webcontrol Tablecell Verticallalign ❯

ASP.NET AdRotator Target Property


Definition and Usage

The Target property is used to set or return where the ad URL will be opened.

Syntax

Property Description
target A string value that specifies where to open the target URL. _blank - Opens the target URL in a new window<br> _self - Opens the target URL in the same frame as it was clicked<br> _parent - Opens the target URL in the parent frame set<br> _top - Opens the target URL in the full body of the window

Example

Sets the target window for the AdRotator (view the XML file in the "Try It" example):

❮ Prop Webcontrol Button Postbackurl Prop Webcontrol Tablecell Verticallalign ❯