PHP קוד:
<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://www.abc.com'
}
}, 1)
</script>
ראיתי את הקוד הזה ברשת משהוא יודע מה הוא עושה? ואיפה אני יכול לקרוא עליו?