Sunday, March 12, 2017

MooTools ...I like this Trojan Builder for the Messiah code

MooTools uses a Class called Request.
// create a new Class instance
var myRequest = new Request({
    url: 'getMyText.php',
    method: 'get',
    onRequest: function(){
        myElement.set('text', 'loading...');
    },
    onSuccess: function(responseText){
        myElement.set('text', responseText);
    },
    onFailure: function(){
        myElement.set('text', 'Sorry, your request failed :(');
    }
});

// and to send it:
myRequest.send(data);

No comments:

Cyber ( NATO URL HACK REQUEST 1 ATTEMPT)

 https://amdc2-iss-ncia-nato-int.auth.eu-central-1.amazoncognito.com/error?redirect_uri=https%3A%2F%2Famdc2-iss.ncia.nato.int%2Fparseauth...