Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Scripting problem
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00331698
Message ID:
00331868
Views:
17
>If your paths or correct try RSEnableRemoteScripting. I think its case sensitive. I hate java!
>
>Jeff

I'll be.. that was it. Thanks.

Now I have a problem with the server side asp not exposing the properties and methods of my VBScript class (what a pleasant surprise it was when I found out VBScript 5 has support for classes). The client .htm reports that it successfully created an object out of my page but I cannot access its properties and methods. I know the class works because I've tried it without the remote scripting stuff.

I get an "Object does not support this property or method" error. Any help will be appreciated! On the server asp I have:
<%@ Language=VBScript %>
<%
Class myClass
   Public Function myMethod()
      myMethod = True
   End Function
End Class

Set public_description = New myClass
RSDispatch
%>
<!-- #INCLUDE FILE="_ScriptLibrary/RS.asp" -->
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform