简体   繁体   English

从xml文件在新窗口中打开url

[英]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文件,并且我有导航URL年龄,该URL到新网站,我试图在新窗口中(不在同一窗口中)打开此URL,但我不能请任何人帮助我。

<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=''>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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