Archive

Posts Tagged ‘delay’

Delay in Batch File ( Batch File Help )

August 9th, 2009 No comments
Delay in Batch File ( Batch File Help ) The simple way to make a bat file wait a or delay a set period of time like 60 sec: ping -n 60 localhost >nul or ping -n 60 127.0.0.1 >nul Batch File Examples: @echo off start "command1" "c:\Program Files\...." ping -n 10 localhost >nul start "command2" "C:\Program ...

Javascript Delay

October 21st, 2007 No comments
Javascript Delay Cum faci delay in javascript: (adica o pauza) In codul de mai jos, folosind functia setTimeout ,dupa 1000 de ms, scriptul va afisa mesajul: DONE <script language="javascript"> function afterdelay() { alert('DONE'); } setTimeout('afterdelay()',1000); </script> Extrem de simplu! (ByREV)
GoCache - ByREV-Cache v1.0 - live served in : 0.375951 sec (gzip)