Wednesday, September 2, 2009

Trick tuck visit

As a publisher need to try to refresh the script because it has some benefits when you use in your blog or website that has adsense because it can double the impressions' impressions of visitors ".

how to fold the results show visitors so much to put a refresh script, before hanging the script should be parsed first and included in the "edit html" to your blog.

<script type="text/javascript">
function refresh() {
location.reload(true)
}
// 1 detik = 1000, 1 menit = 60000
window.setInterval("refresh()",60000);
</script>

4 comments: