Files
harbour-core/harbour/contrib/hbwin/tests/oletst2.js
Viktor Szakats 81c9b0506c 2010-06-04 15:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/*
    * Deleted 'www.' from harbour-project.org website name.
      (www.harbour-project.org -> harbour-project.org)
2010-06-04 13:32:23 +00:00

17 lines
289 B
JavaScript

/*
* $Id$
*/
/*
* Copyright 2010 Viktor Szakats (harbour.01 syenar.hu)
* www - http://harbour-project.org
*
* See COPYING for licensing terms.
*/
{
var tst2 = new ActiveXObject( "MyOleTimeServer" );
WScript.CreateObject("Wscript.Shell").Popup( ">" + tst2.TIME() + "<" );
}