I am using WebClasses to call an HTLM Template that creates a component in
client-sided script. This works on the server but I need to have this
client side component downloaded and registered on the client when the
WebClass .asp page is requested.
Currently, nothing happens on the client when I request the WebClass .asp
page. The status bar says that the request is completed but that an error
occured on the page. I think the Internet Download Service (IDS) should
know that the component is not registered on the client. Is there a way to
see if IDS is working? Could settings in IE5 be the problem? Thanks.