class mypopupcloselink extends popupcloselink {
oncomponenttag(tag) {
super.oncomponenttag(tag);
tag.put("onclick","window.parent.refresh();");
}
}
Thanks :) Why didn't I think of this.. arghfl :) -- Edvin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
