Remote scripting: Difference between revisions

Content deleted Content added
No edit summary
web service call is the key, not a specifica funcion XMLHttpRequest
Line 3:
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.
 
The [[XMLHttpRequest]] and similar "client-side script [[remote procedure call]]" functions, open the possibility of use and triggering [[web services]] from the web page interface.
The web development community subsequently developed a range of techniques for remote scripting in order to enable consistent results across different browsers. Early examples include [http://www.ashleyit.com/rs/jsrs/test.htm JSRS] library from 2000, the introduction of the [http://www.depressedpress.com/Content/Development/JavaScript/Articles/GIFAsPipe/Index.cfm Image/Cookie] technique in 2000, and the [http://dotvoid.com/view.php?id=13 JavaScript on Demand] technique in 2002.