Jump to content

[SOLVED] A very simple loop


GuitarGod

Recommended Posts

Hi all,

 

I'm terribly sorry for such a "noob" question, but Javascript isn't my forte. Let's say I have a very simple function.

 

function myfunction()
{
    alert( 'Hi' );
}

 

Is it possible to execute this function every X number of seconds - let's say 3? If so, how?

 

Your help is much appreciated! ;D

Link to comment
https://forums.phpfreaks.com/topic/162138-solved-a-very-simple-loop/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.