Displaying 1 result from an estimated 1 matches for "ws_adrestyp".
Did you mean:
ws_adrestype
2008 Feb 05
0
prototype-1.6.0.2 Newbie Why is AJAX.request fired 3 times?
Hello list!
I am taking my first steps with AJAX and decided to give prototype a
try.
- I add a reference to the script to my page
- Then somewhere near the bottom of the page I fire up:
new Ajax.Request(''ws_adrestype.php'', {
method:''get'',
requestHeaders: {Accept: ''application/json''},
onSuccess: function(transport){
var json = transport.responseText.evalJSON(true);
},
onError: function(){
alert(''Response was no JSON...