I have a website that has a users area where remote scripting calls are made to handle data entry validation.
This works perfectly in IE. However, some of my users are running into problems when theyattempt this in FireFox.
A popup message saying "ERROR: Cannot locate proxy which supports Remote Scripting. Was RSEnableRemoteScripting method invoked?" is displayed.
Here's my code that enables the remote scripting:
<BODY>
<SCRIPT language="javascript" src="rs.htm"></SCRIPT>
<SCRIPT language=javascript>RSEnableRemoteScripting(".");</script>
Can anyone help?
Jerry Scannell
This works perfectly in IE. However, some of my users are running into problems when theyattempt this in FireFox.
A popup message saying "ERROR: Cannot locate proxy which supports Remote Scripting. Was RSEnableRemoteScripting method invoked?" is displayed.
Here's my code that enables the remote scripting:
<BODY>
<SCRIPT language="javascript" src="rs.htm"></SCRIPT>
<SCRIPT language=javascript>RSEnableRemoteScripting(".");</script>
Can anyone help?
Jerry Scannell