Answer the question
In order to leave comments, you need to log in
Running a counter script after a specific time?
View counter code VKontakte
<script type="text/javascript">
(window.Image ? (new Image()) : document.createElement('img')).src = location.protocol + '//vk.com/rtrg?r=ziJaPV1O/HccuB0hK7*io3r9X*EeIXGfLA7cuTRCH*McMgO1c1xyBrLMJepfNJDhJ*fkU9nAWmHkN6cHsI*DHMGCNz3XmL2W9qubiVVoDqnlLBcMdotY-';
</script>
Answer the question
In order to leave comments, you need to log in
setTimeout(function(){
//Интересно так, сначала обращаетесь к window.Image, потом просто к Image...
(Image ? (new Image()) : document.createElement('img')).src = location.protocol + '//vk.com/rtrg?r=ziJaPV1O/HccuB0hK7*io3r9X*EeIXGfLA7cuTRCH*McMgO1c1xyBrLMJepfNJDhJ*fkU9nAWmHkN6cHsI*DHMGCNz3XmL2W9qubiVVoDqnlLBcMdotY-';
}, 15000);
Maybe he will decide. I found examples of solutions with setTimeout () but for other scripts. But since I'm not strong specifically in javascript, I have no idea how to enter these conditions into this code. I looked at many examples, but I could not implement it. If possible, write a specific solution for this script. Thanks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question