Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[2190] Remote Scripting With JavaScript and ASP

Last post 01-31-2006 12:17 PM by kumar_siva. 19 replies.
Page 1 of 2 (20 items) 1 2 Next >
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [2190] Remote Scripting With JavaScript and ASP

    This thread is for discussions of Remote Scripting With JavaScript and ASP.

    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 06-26-2002 3:04 AM In reply to

    • tirusail
    • Not Ranked
    • Joined on 06-26-2002
    • New Member
    • Points 10

    the article is good.

    Hi,

    The article is very good. But I have got a small problem. Whom do i Contact for further queries.
    Can the author look into the quries or problems if the users like me has some problems.

    Please let us know.

    Regards,

    Sailendra.

    email:tirusail@yahoo.com
    • Post Points: 0
  • 06-26-2002 4:28 AM In reply to

    • James Crowley
    • Top 10 Contributor
    • Joined on 12-07-2000
    • United Kingdom
    • Guru
    • Points 15,030
    • SystemAdministrator
    you can contact the author at mitchell@devarticles.com  (sorry ... that information should be present in his profile)
    • Post Points: 0
  • 06-27-2002 7:36 AM In reply to

    • Mpho
    • Not Ranked
    • Joined on 06-27-2002
    • New Member
    • Points 5

    RS Errors

    I have tried to run the samples on your article on RS and none of them work. I get an error when RSGetASPObject is invoked.
    The problem is in this method  _MSRS_startRequest. The msg say Object does not support property or method was not handled. Is there something that I'm missing. I using InterDev 6 on Win2k SP2. Pls Help
    • Post Points: 0
  • 08-26-2002 3:22 AM In reply to

    Error!!!

    I'm getting an error stating
    "Object doesn't support this property or method".
    When i debeg it, it is found on rs.htm file and on the line where
    "this.rsapplet.startRequest(request.id,url_context,url,this.REQUEST_MODE_COMPLETE);" is mentioned.
    Please help.
    • Post Points: 0
  • 09-05-2002 5:34 PM In reply to

    • wqchacon
    • Not Ranked
    • Joined on 09-05-2002
    • New Member
    • Points 5

    Option for solve it

    amitmathur23, you have to install the "Remote Scripting 1.0b" for resolve it...
    • Post Points: 0
  • 09-19-2002 11:39 AM In reply to

    Same Error

    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?
    • Post Points: 0
  • 10-07-2002 10:39 AM In reply to

    • xanoxate
    • Not Ranked
    • Joined on 10-07-2002
    • United Kingdom
    • New Member
    • Points 5

    RS Errors

    Hello

    I had similar errors to those that you mentioned, i noticed that they occured soon after i had installed the sun jvm, after much head scratching and even altering rs.htm it dawned on me that perhaps the new jvm might be the reason and that i might not have any problems if i used microsofts jvm instead, i dont know if this is for sure, but when i disabled the sun jvm i didn't have any more of the problems that i had, which happen to be very similar to you own
    • Post Points: 0
  • 10-24-2002 9:09 AM In reply to

    • viral_76
    • Not Ranked
    • Joined on 10-24-2002
    • New Member
    • Points 5

    help for remote scripting with javascript and asp

    hi there,

    hey did you able to run "remote scripting with javascript and asp" tutorial successfully ? if so, pl help me in that.

    Thanks,

    viral shah.
    • Post Points: 0
  • 10-28-2002 8:07 PM In reply to

    • khak
    • Not Ranked
    • Joined on 10-28-2002
    • New Member
    • Points 5

    Solution to "Object doesn't..." Error

    Install SP1 for Win XP.

    Due to litigation matters, JVM was not included in the release of XP (with IE6), but is now finally available in SP1.

    regards,
    KH
    • Post Points: 0
  • 12-13-2002 8:17 AM In reply to

    failed to create object

    The article is great but when I run this I get an error saying failed to create object "people.asp"

    I am running win2kserver sp3/visual idev 6 sp5

    Thanks
    Jack
    • Post Points: 0
  • 03-24-2003 11:39 AM In reply to

    • richi12
    • Not Ranked
    • Joined on 03-24-2003
    • New Member
    • Points 5

    Error!!!

    I got the same error i had to change the path from

    <script language="JavaScript">
     RSEnableRemoteScripting("/_ScriptLibrary");
    </script>

    to

    <script language="JavaScript">
     RSEnableRemoteScripting("_ScriptLibrary");
    </script>
    and it worked
    • Post Points: 0
  • 04-30-2003 12:45 PM In reply to

    I fixed the Error on my PC

    Hi All,

    I had been struggling with remote scripting and getting separate erros on two machines I tried. On 1 it was "Failed to create object: <name of page>.asp" and the other, it said "Object does not support method".  

    I spent 4-5 hours and then came back the next day and it struck me after talking to a friend that it might be because my PC uses Sun JVM. Mind you, I have installed Win XP Service Pack 1 and my PC is updated as of yesterday. I then downloaded Microsoft JVM from http://www.entsol.com/html/the_microsoft_jvm.html and installed it. And guess what!  it works now.

    For you guys who're struggling to get Remote Scripting to work, try this and see if it works for you!

    Anil
    • Post Points: 0
  • 05-03-2003 10:05 AM In reply to

    • rk_amit
    • Not Ranked
    • Joined on 05-03-2003
    • New Member
    • Points 5
    Hi Anil,
    This looks like solution to my problem,
    Romote scripting which was working suddenly stopped working don't know the reason. probably the JVM got changed sometime back Thanks alot. I will try changing JVM....to remote scripting...
    thanks again
    Amit.
    • Post Points: 0
  • 05-26-2003 5:04 AM In reply to

    Solved My Probs

    The code is working very fine and saved me from refreshing the page again and agian.
    It requires Microsoft VM to run and also though a very common thing which just slips of our mind - use "../folder/_scriptlibrary" in the client file .
    This may be one of the reasons that its giving an error "Object doesn't support this property or method"
    • Post Points: 0
Page 1 of 2 (20 items) 1 2 Next >