Results 1 to 2 of 2

Thread: VBScript - Timer

  1. #1
    rsitogp
    Guest
    How can I use timers in vbscript?

    Thanks In Advance!

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    If you are using VBScript in a web page then this will work:

    Code:
    Sub Test()
         msgbox Time
         Window.SetTimeOut "Test()", 1000
    End Sub
    
    Sub Window_OnLoad()
         Test
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width