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="help.js"></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 "dead".
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
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="help.js"></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 "dead".
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