Hi,
I am having trouble with the ajax rotator. I have an iframe adcode from an advertiser. When the ad roatates it is adding a slash to the iframe src url. For example:
Code:
<div class="alt2"><iframe src="http://www.domain.com/aff.html" background="#F5F5FF" align="middle" frameborder="0" height="625" scrolling="no" width="125"></iframe></div>|<div class="alt2"><iframe src="http://www.domain.com/aff.html" background="#F5F5FF" align="middle" frameborder="0" height="625" scrolling="no" width="125"></iframe></div>
When the ajax refreshes the block I get a 404 in the iframe as the url is now "
/http://www.domain.com/aff.html" (notice the slash before http).
Any way to solve this?
Cheers,
Ian