!!! Listing 1: Prototype: Ajax.Request
new Ajax.Request('/code/WS/getFortuneCookieWS/python/',
{
method : 'post',
postBody : 'mimeType=text/xml',
onSuccess : showXmlFortuneMessage,
onFailure : function(resp) {
alert('Fehler: ' + resp.statusText);
},
onException : function(resp, exception) {
alert('Ausnahme ' + exception);
}
});
!!! Listing 2: Prototype: Ajax.Updater
Ajaxbuch.de: Prototype-Glückskeks
Ajax-Glückskeks
Glückskeks-Botschaft: