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 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); Link to comment https://forums.phpfreaks.com/topic/98541-timer-pause/#findComment-505856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.