How can I use sleep function on a HTML page?
When I use it in a vbs file it works good (WScript.Sleep 300)
I don't know how to crate object WScript
I tried to type
set ws = CreateObject("WScript")
and then ws.sleep but it's not working
Help me please
Dino