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 2 of 2 (20 items) < Previous 1 2
Sort Posts: Previous Next
  • 06-25-2003 5:14 PM In reply to

    • shep
    • Not Ranked
    • Joined on 06-25-2003
    • New Member
    • Points 5

    SQL Remote Scripting

    All I want to beable to do is have the Remote scripting return a matrix of the querry I submitted. I tried going through the tutorial on remote scripting step by step and can't get the List People SQL tutorial to work. Does anybody know how I can dynamically look up SQL Queries on the serverside and dynamically change my page on the server side?!

    The tutorial just hangs never finds any of the users and locks the browser.

    Thanks

    Shep
    • 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.

  • 09-27-2003 4:36 PM In reply to

    • Nikhil
    • Not Ranked
    • Joined on 09-27-2003
    • New Member
    • Points 5

    Tried Installing JVM but still doesnt work

    hi,
      I am trying some remote scripts. I am getting the same error "Failed to create the ASP object: url". I tried installing the JVM, but still i am receiving the error. I am pasting my code here for your reference. I will appreciate if you have any suggestions or comments,

    The "snake.htm" calls snake.asp file from the server.  The snake.asp and snake.htm are in the same folder on the server. I am running the client browser from the server machine.


    <HTML>
    <HEAD>
    <TITLE>Remote Scripting Test</TITLE>
    </HEAD>
    <BODY>
    <SCRIPT LANGUAGE="JavaScript" src="../_ScriptLibrary/RS.HTM"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript">
      RSEnableRemoteScripting("../_ScriptLibrary")
    </SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" for="btnStraight" event="onclick">
       snake = RSGetASPObject("snake.asp")
       cycle = T1.value;
       co = snake.TravelStraight(cycle);
    </SCRIPT>

    <SCRIPT LANGUAGE="JavaScript" for="btnStop" event="onclick">
       snake = RSGetASPObject("snake.asp")
       co = snake.STOP();
    </SCRIPT>

    <form name ="snake_frm">
    <p>Enter the No of Cycles    <input type="text" name="T1" size="5" tabindex="1"></p>
     <p> </p>
     <p>                     
     <input type="button" value="STRAIGHT" name="btnStraight">      
     </p>

     <p>     <input type="button" value="Right" name="btnRight">   
     <input type="button" value="CENTER" name="btnCenter">    
     <input type="button" value="LEFT" name="btnLeft">       
     </p>
     <p>                           
     <input type="button" value="STOP" name="btnStop"></p>
     <p> </p>
     <p> </p>
     <p> </p>
     <p> </p>
     <p> </p>
     <p> </p>
     <p> </p>
    </form>
    <p> </p>
    <p> </p>

    </body>
    </html>

    • Post Points: 0
  • 10-07-2003 6:01 AM In reply to

    • rv_2000
    • Not Ranked
    • Joined on 10-07-2003
    • New Member
    • Points 10

    Remote scripting.

    I have read this article on Remote scripting with Asp.  I am wondering if any support is there with Asp.Net. If there what are the relevant links to practice remote scripting with asp.net. Tx
    • Post Points: 0
  • 11-04-2003 8:23 PM In reply to

    • jimmyjam
    • Not Ranked
    • Joined on 11-04-2003
    • New Member
    • Points 5

    applet-free remote scripting for asp.net

    there are several applet-free alternatives to microsoft's implementation of remote scripting that will work with ASP.NET

    cross browser remote scripting client
    http://authors.aspalliance.com/thycotic/articles/view.aspx?id=4

    sample asp.net application using remote scripting
    http://www.thycotic.com/dotnet_remotescripting.html

    -brian

    Quote:
    [1]Posted by rv_2000 on 7 Oct 2003 06:01 AM[/1]
    I have read this article on Remote scripting with Asp.  I am wondering if any support is there with Asp.Net. If there what are the relevant links to practice remote scripting with asp.net. Tx
    • Post Points: 0
  • 01-31-2006 12:17 PM In reply to

    Remote Scripting

    hi,
      i tried this it working in my local server (windows 2000). But when i uploaded these files on the internet server it showing an error message "OBJECT DOES NOT SUPPORT THIS PROPERTY OR METHOD". Do u know why this is happening.

    kumar
    • Post Points: 0
Page 2 of 2 (20 items) < Previous 1 2