Quote:
Originally Posted by fowlplay4
It's been said twice before but please do a better job of styling your code.
Try setting visible to false instead of using hide().
If that doesn't work you can get around that by removing the hide() code in the onReplied event and doing this instead:
PHP Code:
// other code
waitfor(this,"AnsweredDialog",3600);
temp.value = ConfirmationBox.returnvalue;
ConfirmationBox.hide();
return temp.value;
// other code
|
My code is styled? I style it like I do in C++... standardized style.
(Except for the last function in my latest post)