I have in c:\inetpub\wwwroot\test\scriptlibray installed all the files for the remote scripting to work( rs.htm,rs.asp,rxproxy.class,etc).
I have in c:\inetpub\wwwroot\test\catalog\config\test.asp which uses the remote scripting by adding this
lines to the code
<body>
....
....
<!-- Incluir para Remote Scripting -->
<script language="JavaScript" src="../../ScriptLibrary/rs.htm"></script>
<script language="JavaScript">RSEnableRemoteScripting("../../ScriptLibrary");</script>
<!---->
</body>
And it stills gives me the same error:"Object doesn't support this property or method" with a line number not matching a line in the code.
What can I do? I have tried to re-install the rs files and it sill didn't work, what else can I do?