On Feb 23, 1:42 am, darkflame <
darkfl...@gmail.com> wrote:
> I'm not too good with Javascript, but this is what I got;
>
> var removethis = $wnd.getElementById('fade');
> removethis.parentNode.removeChild(oNodeToRemove);
>
> But this seems to cause a crash, despite the fact that (checking
> firebug) the element I want to remove certainly has the ID set to
> fade.
> I'm using this as part of a redefined close-header for a GWT Dialogue,
> incidently. (the close functionality is working just fine, the full
> function is;
>
> private native void redefineClose(DialogBox dialogBox) /*-{
> $wnd['closeDialog'] = function () {
>