Re: ActiveX Controls in IE
You dont seem to be making the difference between server side script and client side script, you can use a server side object that you script , you may need to use RUNAT server. If you need to do something dynamic on the client side you need to think of some interesting logic to generate the client-side-script using server-side-script(or at least portions of it. The only other way of making client side object and server connect is perhaps to use DCOM ... but I am not sure how it is tunneled over HTTP..security issues etc.