//eseguo chiamata keepAwakeGo function fkeepAwake() { var url = 'http://www.visitgarda.com/lib/pag_st146/keepAwakeGo.asp'; //alert(url) new Ajax.Request(url, { method: 'get', //postBody:params, onComplete: function(req) { //alert(req.responseText) } }); } fkeepAwake();