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 Quote Link to comment 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.