Remote Scripting error MSRS is Undefined

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Remote Scripting error MSRS is Undefined

    Anyone know or have encountered this error when useing remote scripting

    Line 64
    "MSRS" is Undefined

    it is in microsofts page of:

    rs.htm

    and the line of code is:

    function RSGetASPObject(url)
    {
    var cb, ecb, context;
    var params = new Array;
    HERE --->>> var request =
    MSRS.startRequest(url,'GetServerProxy',params,cb,e cb,context);


    DJP Guest

  2. Similar Questions and Discussions

    1. Error: Undefined variable
      I am going trough the ColdFusion "Record store tutorial" I found on Macromedia's web site: ...
    2. Cross Site Scripting & Custom Error Pages
      Hi, I have been investigating CSS vulnerabilites within my application and have a question. If I added malicious script tags to the Url these are...
    3. Remote Scripting
      what is it? I see it used a lot. Can someone explain to me what it is? I tried a google search but didn;t find any conclusive defination. Thanks...
    4. simple text file n scripting error
      that was my mistake on my typing... i had the text vars between && but that worked perfectly, thanks thought flash would still compare the...
    5. Error 711 and Error 5, Remote access connection manager service
      I'm trying to set up a dial-up connection, but my computer will not start Remote Access Connection Manager or Remote Access Auto Connection...
  3. #2

    Default Re: NM problem solved


    "DJP" <DJP@N*O*S*P*A*M*.com> wrote in message
    news:do7sb.87285$jW5.939104@twister.tampabay.rr.co m...
    > Anyone know or have encountered this error when useing remote scripting
    >
    > Line 64
    > "MSRS" is Undefined
    >
    > it is in microsofts page of:
    >
    > rs.htm
    >
    > and the line of code is:
    >
    > function RSGetASPObject(url)
    > {
    > var cb, ecb, context;
    > var params = new Array;
    > HERE --->>> var request =
    > MSRS.startRequest(url,'GetServerProxy',params,cb,e cb,context);
    >
    >
    >

    DJP Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139