Remote scripting: Difference between revisions

Content deleted Content added
m Undid edits by 2804:388:9015:619E:0:75:EDBE:2001 (talk) to last version by Ira Leviton
 
(2 intermediate revisions by 2 users not shown)
Line 1:
'''Remote scripting''' is a technology which allows scripts and programs that are 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 earlestearliest 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) that is reloaded with new JavaScript content, generated remotely on the [[server side]].