简体   繁体   中英

open url in new window from xml file

I had xml file which have some data .and I had navigation url tage this url to new website I tried to open this url in new window not in same window but I couldnot please any one help me.

<xml file>
<?xml version="1.0" encoding="utf-8" ?>
<Advertisements>
  <Ad>
    <ImageUrl>images/Ad_1.jpg</ImageUrl>
    <NavigateUrl>http://toshiba.elarabygroup.com/Category.aspx?cid=25</NavigateUrl>
    <AlternateText></AlternateText>
    <Keyword></Keyword>
    <Impressions>80</Impressions>
    <Caption></Caption>

  </Ad>
</Advertisements>

使用AdRotator控件添加<a href=''>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM