Can someone help me

Jeh2015

Junior
Joined
Dec 4, 2015
Messages
142
Reactions
45
MR
0.206
I'm trying to create a script that when the page loads it automatically clicks thus opening a pop-up

<script type = "text/javascript">

window.setTimeout("autoClick()", 10000); // 10 seconds delay

function autoClick() {
var linkPage = document.getElementById('dynLink').href;
window.location.href = linkPage;
}
</script>

<a href="someplace.html" id="dynLink"> Dynamic Link </a>


this code until it clicks but does not count pop-ups
popcash type pay per click I wanted when the page loads completely clicked it alone
 

Announcements

Today's birthdays

Forum statistics

Threads
425,024
Messages
7,150,242
Members
177,570
Latest member
33wint3co

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom