Quote:
Originally Posted by Tolnaftate2004
You can do:
PHP Code:
// snip
while (!waitfor(this.name, "AnsweredDialog"));
return params[0];
}
function onReplied(obj) {
ConfirmationBox.hide();
this.trigger("AnsweredDialog", obj.text == "Yes"? true : false);
}
|
This has already been said, but thank you.
Questions are answered, thanks everyone.