Jun 10, 2003 #1 PGMR1998 MIS Apr 10, 2001 29 US how do i delay a js command until the previous command has finished?
Jun 10, 2003 1 #2 mit99mh Programmer Sep 24, 2002 246 GB setTimeout - var timeout = window.setTimeout('alert("hey there"', 5000); delays alert appearing for 5 seconds http://www.mojavelinux.com/forum/viewtopic.php?t=135 Hope this helps Upvote 0 Downvote
setTimeout - var timeout = window.setTimeout('alert("hey there"', 5000); delays alert appearing for 5 seconds http://www.mojavelinux.com/forum/viewtopic.php?t=135 Hope this helps