var result = oWSH.Popup("Application name and/or revision number missing!\n\nThis window will close automatically in 10 seconds...", timeout, title, button);
if (result == 1) { //Quit immediately after OK button was clicked
WScript.Quit();
}
WScript.Quit(); //Quit anyway after timeout...
}
//Pass arguments via HTTP GET method to the compmgr.php script
function reportArgs()
{
//Compose URL
if (oArgs.Count() == 2)
var strURL = "http://ffdshow-tryout.sourceforge.net/compmgr.php?app=" + oArgs(0) + "&rev=" + oArgs(1);