Is there any way to cause a page to redirect without having to use window or document?
or some other work around for Adsafe?
<div id="REDIR_">
<script>
ADSAFE.go("REDIR_", function (dom, lib) {
"use strict";
window.location = "http://www.google.com";
});
</script>
</div>
try meta data?