Remote scripting: Difference between revisions

Content deleted Content added
Bmesing (talk | contribs)
Added a summary of what Remote Scripting actually is.
Bmesing (talk | contribs)
No edit summary
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]]. Itwhich 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. '''Remote Scripting''' was developed by [[Microsoft]].
 
The earliest form of asynchronous remote scripting, Microsoft's Remote Scripting, was developed before [[XMLHttpRequest]] existed, and made use of a dedicated [[Java applet]].