Remote scripting: Difference between revisions

Content deleted Content added
removing span and explain the REAL earliest RS
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, 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!! Every programmer can do in the past a simple javascript/FRAME control,and NOTsee microsoftearlest 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) what is reloaded with a new javascript content, generated remotelly on server-side.
Line 11:
*[http://simpletutorials.com/tutorials/jsrs/index.php Cross-browser Remote Scripting Library (IFRAME method with PHP)]
*[http://developer.apple.com/internet/webcontent/iframe.html Remote Scripting with IFRAME]
* [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt.asp Microsoft rmscpt]
 
{{Compu-network-stub}}