Monday, 28 November 2011

Popup window with Timeout functionality

Hi There, if you are looking for the functionality to open time restricted POP UP window, then here is your code. Type there scripts commands in Expert view, 
 Set WshShell = CreateObject(“WScript.Shell”)
         WshShell.Popup “hello, i am information message”, “1″, “hi im title” 
where 1 is the time out of pop-up message

No comments:

Post a Comment