Remote scripting: Difference between revisions

Content deleted Content added
Ahy1 (talk | contribs)
revert
Bmesing (talk | contribs)
Added a summary of what Remote Scripting actually is.
Line 1:
'''Remote Scripting''' [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt.asp] is a technology developed by [[Microsoft]]. It allows scripts running inside a browser to exchange information with a server. The scripts can invoke scripts on the remote side and process the returned information.
 
The earliest form of asynchronous remote scripting, Microsoft's Remote Scripting, was developed before [[XMLHttpRequest]] existed, and made use of a dedicated [[Java applet]].