tags:

views:

27

answers:

2

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&lt;/NavigateUrl&gt;
    <AlternateText></AlternateText>
    <Keyword></Keyword>
    <Impressions>80</Impressions>
    <Caption></Caption>

  </Ad>
</Advertisements>
A: 

yes open /use this link: http://toshiba.elarabygroup.com/Category.aspx?cid=25

The problem was you had some data before the characters http:// which is used at a start of a link. so that would mean that the website will not open. so take those away and it will work. like i did above.

Hope this helps. Let me know if it does

PK

Pavan
A: 

add with AdRotator control

KareemSaad