quote:Originally posted by deAd It tells me the object doesn't exist :/, tried that a while ago...
code:var comObject = //com here var runme = function(){ function ComObject::Event() { } } runme();
quote:Originally posted by deAd Still..."Error: 'ComObject' is null or not an object." I'm sure its declared though. It uses "new ActiveXObject(...)" to create it, is that ok?