Subj : SM typeof for extensions To : netscape.public.mozilla.jseng From : Shanti Rao Date : Thu Sep 09 2004 09:34 am Howdy, If I add a class to SM, how do I have the tyopeof operator return something other than "object"? js>var s = new ActiveX("SAPI.SpVoice"); js>typeof s object I want it to say "ActiveX" instead of "object". Thanks, Shanti .