While trying to create a Socket and obtain the appropriate interface,
viz.,
... var socketObject =
Components.classesByID["{c07e81e0-ef12-11d2-92b6-00105a1b0d64}"];
// having obtained the object, create an instance and query for the
appropriate interface..
I get an error "Permission denied to get property
UnknownClass.classesByID"
Am I not initializing something correctly. I don't know how closely
XPCOM mimics COM, but it's reminiscent of trying to do something with a
CoInitialize call ... if ya' know what I mean.
Thanks for any assistance.
TomR