Content deleted Content added
Changed "what is reloaded with a new" to "that is reloaded with new". |
|||
Line 1:
'''Remote Scripting''' is a technology, which allows scripts running inside a browser to exchange information with a server. The local scripts can invoke scripts on the remote side and process the returned information. <!-- SPAN!! and see earlest below... '''Remote Scripting''' was developed by [[Microsoft]] -->
The earliest form of asynchronous remote scripting was developed before [[XMLHttpRequest]] existed, and made use of very simple process: a [[static web page]] opens a [[dynamic web page]] (e.g. at other target frame)
The [[XMLHttpRequest]] and similar "client-side script [[remote procedure call]]" functions, open the possibility of use and triggering [[web services]] from the web page interface.
|