Just came across this on another site. I have tested it and use it on my site now. It is a great way of getting views for an affiliate site. Just replace the url with the website of your choice
<script>
win2=window.open("YOUR WEBSITE HERE")
win2.blur()
window.focus()
</script>
Copy and paste this in the HTML section of your webpage.
<script>
win2=window.open("YOUR WEBSITE HERE")
win2.blur()
window.focus()
</script>
Copy and paste this in the HTML section of your webpage.