Hi!
I am trying to create an object on the client side with the following code in an ASP:
<html>
<head>
<script language="JavaScript">
<!--
var myRSPclient=new ActiveXObject("RemoteSupportPortal.RSPclient"
;
-->
</script>
</head>
</html>
There's no error but the component doesn't appear. The component is an ocx and it is registered. If I use the <OBJECT> tag like this:
<html>
<OBJECT ID="cApax" NAME="cApax" CLASSID="CLSID:24B4E4FA-5E05-4800-BBCC-20B8D5F8A811" height=8415 Width=10575></OBJECT>
</html>
then it works. However I need to start it without knowing the CLSID. What am I doing wrong?
Thanks!!
I am trying to create an object on the client side with the following code in an ASP:
<html>
<head>
<script language="JavaScript">
<!--
var myRSPclient=new ActiveXObject("RemoteSupportPortal.RSPclient"

-->
</script>
</head>
</html>
There's no error but the component doesn't appear. The component is an ocx and it is registered. If I use the <OBJECT> tag like this:
<html>
<OBJECT ID="cApax" NAME="cApax" CLASSID="CLSID:24B4E4FA-5E05-4800-BBCC-20B8D5F8A811" height=8415 Width=10575></OBJECT>
</html>
then it works. However I need to start it without knowing the CLSID. What am I doing wrong?
Thanks!!