Hi,
I have an affiliate ad that is using the following code.
<s-tyle>
#pop-out-ad {
height: 40px;
width: 979px;
background-image:url(http://www.vancouverwinejazz.com/2012/vanwj_979x40.png);
}
#pop-out-ad:hover {
height: 240px;
position:absolute;
z-index: 1000;
background-image:url(http://www.vancouverwinejazz.com/2012/vanwj_979x240.png);
}
</style>
<div id="pop-out-ad"
on-Click="location.href='http://www.vancouverwinejazz.com/Tickets.php';"></div>The link works but and directs the user to the proper page, but it also generates a second window under the following URL
www.vbjusa.com/component/adagency/adagencyAds/click/30/4/#
The error message is "Problem loading page".
Just to address a couple of potential questions - when the ad is set to open in the same window the error occurs with no redirection to the proper target page. When open in new window is selected the redirect to the proper URL occurs but the second page also is generated.
The site is
www.vbjusa.com/ and the ad position is directly beneath the navigation menu. You may have to refresh to view the ad. What you are looking for is a red ad for the 2012 Wine & Jazz Festival.
Is there anyway to eliminate the error page?
Thanks for the help.