Thank you both. I have come so far to upload all folder of html banner to my server and changed links... Banner works, but.... This doesn't work: document.getElementById('canvas').addEventListener("click", function () {
window.open(getUriParams.clicktag);
});
Revive seem to change the getUriParams to the link but putting \ before so it reads: window.open(\'http://ad-server-url/www/delivery/lg.php?bannerid=...The first \ produces javascript error and there is no banner then ;-( (HTML is made of javascript in page, not <a href> unfortunately. I changed the getUriParams to {clickurl}urlThe link is ok then to display click url and redirect to my url, but the javascript won't work because of this \ in front of the 'http. If I could get rid of this it would work... Any ideas why review is changing URL to \ in front? (I know it has to change it to track clicks, but why the \)? PS - Swiffy seems to be only working if you have .swf to convert it to, this ad was HTML5 from the start, no flash...