quote:
Originally posted by RaceProUK
Isn't it possible use, say, 'MsgPlus.prototype.NewFunc = function() { return true; }'? Since MsgPlus is an object to JScript.
No, as MsgPlus isn't an object nor constructor...
quote:
Originally posted by CookieRevised
I know the use of the 'prototype' property, but that only works for a class of objects, or constructors.