Hi all,

for now I have a problem with Request
new Request({
            method: 'get',
            //url: this.urlChat,
            url: '
http://davidwalsh.name/dw-content/moo-basic-ajax-example.php',
            data: {'do' : 1},
            onRequest: function() {

            }.bind(this),
            onComplete: function(response) {
                alert(response);
            }.bind(this)
        }).send(this);

the result: alert(response)  = undefined

Any help?

-- 
Best regards,
Sitthykun LY

Reply via email to