I am trying to use the i frame buster buster code but i need to use a 204 url. How do i create page that gives of a 204 no content error so that this iframe bustter buster code works
<script type="text/javascript">?
var prevent_bust = 0;?
window.onbeforeunload = function() { prevent_bust++; }?
setInterval(function() {?
if (prevent_bust > 0) { ?
prevent_bust -= 2;?
window.top.location = 'http://domain.com';?
} ?
}, 1);?
</script>
in the window.top.location =
i am suppose to a 204 url so how do i create one