Hi,
I don't understand, I try to stop "Ajax.PeriodicalUpdater" but this
not good.
Why ?
Thanks
A part of my code :
request_periodical : function(object) {
// on regarde si la fonction est appelle au chargement car
value sera egale a quelqye chose
var test = new
Ajax.PeriodicalUpdater(object.display_information, object.php, {
method: object.method,
frequency: 3,
decay: 2,
encoding : 'UTF-8',
contentType : 'application/x-www-form-urlencoded',
parameters: { param1 : object.param1, param2 :
object.param2 },
onException : function (xhr, e) {
trace('info' + e);
},
onSucess : function (xhr) {
if (xhr != '') {
trace(xhr);
test.stop();
}
}
});
}
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.