aximbigfan Posted March 29, 2008 Share Posted March 29, 2008 Hi, I need a timer function, basically, I want to have something like this: alert("Hello"); pause(5); alert("World"); Anyone? Thanks, Chris Quote Link to comment https://forums.phpfreaks.com/topic/98541-timer-pause/ Share on other sites More sharing options...
nogray Posted March 31, 2008 Share Posted March 31, 2008 search for setTimeout example alert("hello"); setTimeout("alert('world')", 5000); Quote Link to comment https://forums.phpfreaks.com/topic/98541-timer-pause/#findComment-505856 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.