Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Scripting problem
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00331698
Message ID:
00331868
Vues:
14
>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" -->
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform