Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use of js libraries and remote scripting

Status
Not open for further replies.

berian

Programmer
Feb 14, 2001
5
DE
Hi to everyone!
I´m now developing an application with extensive use of remote-scripting (calling VBscript functions on an ASP page from JavaScript functions in the HTML page). Now I try to add also a help function that should have the same code in every page. Of course, the best solution is putting this function in a help.js file and referencing it through a <script src=&quot;help.js&quot;></script> tag. But the first time I call the help funtion, the remote scripting functions running on the background stop. If I call the help funtion again, it works, but the remote scripting functions remain &quot;dead&quot;.

To enable the remote scripting it´s necessary refering another external library (rs.htm). I´ve tried to past my help function into this file, but the problem is still there.

Has anyone any idea, of why that happens and how to solve it?. Thanks a lot for the help

 
Sorry!!!. It was just a stupid typping error ;-)
 
I have two questions for you berian:
! I am using remote scripting with an .html page as the client set up for client scripting and an .asp file for server scripting I try to use remote scripting running win2k pro with iis 5.0 on the same machine(localhost) It gives me this error - Line 261 Object does not support this property or method . The error occurs at _MSRS start request
in microsoft's rs.htm file. However when i run the script from another computer's browser connecting to mine it works fine.
*******
NB - When I set up another computer to run win2k pro as well as interdev(my same personal copy) with iis 5.0 running from that computer's machine(localhost 2) it works fine. At first i noticed a difference with the way the seperate webs ran and thought it was that one was medium pooled and one was low iis process i tried changing mine to medium pooled but got some dtc not installed error so i ran dtcsetup.exe from system32 . This allowed me to use medium and high isolation but remote scripting did not work.
Could someone please find the time to email me the solution?
jafisher2000@hotmail.com
************************************
2 Interdev cannot automatically attach itself to a process that is starting for the first time even though I followed all the procedures described in the manuals installed with iis 5.0 and interdev 6.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top