Categories
24,June,2007
» 06
COM+ object per client model
Marco Dorantes WebLog
Consider the following ECMAScript: var mather=new ActiveXObject("Arithmetic.Math") WScript.Echo(mather.Sum(5,5)) WScript.Echo(mather.Sum(5,5)) Output is: 10 twice. No brainer. Arithmetic.Math could be
Filed under Design, Architecture | on 2007 Jun 24
Pages: 1
» 06