Remote Scripting
Information is exchanged by the scripts running inside a browser from the server using a technique known as Remote Scripting.
Example of earliest form of Remote Scripting -- static web page opens a dynamic web page that is reloaded with new JavaScript content, generated remotely on the server side. It was developed by XMLHttpRequest
|