:x
I want to Uses timer look like Autosurf website (etc: http://www.autohits.dk) can i uses PHP if i can please tell me how to?
Thank you..
How to uses timer in PHP?
Moderator: General Moderators
How To uses timer in Java script
[quote="qartis"]Do you want a page to automatically change after a short amout of time, in the user's browser? If so, that's javascript that does that.[/quote] :)
How to uses JAVA script please show example for me.
How to uses JAVA script please show example for me.
Code: Select all
<script>
setTimeout(wait,5000);
function wait(){
alert("Okay, now replace this alert() line with your delayed code");
}
</script>