pewee Posted September 7, 2006 Share Posted September 7, 2006 Hello I need help to set up 2 things in a Javascriptthat is my scriptscript>var Engines = new Array ("/member.php?sendmessageto=189",<----- I NEED TO HAVE 10 SEC PAUSE HERE TO WAIT FOR URL TO LOAD ------>"/member.php?sendmessageto=188",<----- I NEED TO HAVE 10 SEC PAUSE HERE TO WAIT FOR URL TO LOAD ------>"/member.php?sendmessageto=187");function openPage (favorites){for (i = 0; i < favorites.length; ++i)open (favorites[i]);}</script>THANKS FOR ANY HELP Link to comment https://forums.phpfreaks.com/topic/20000-how-to-set-up-a-pause-in-an-javascript-array/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.