var req = new Request({ method: 'post', url: 'contact.php', data: {'c' : 97968}, onComplete: function(response){ if(!parseInt(response)){ alert("Unable to send query"); } } }).send();