FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

FTB_RemoveEvent

Last post 07-02-2009, 7:04 AM by Rambaldi. 0 replies.
Sort Posts: Previous Next
  •  07-02-2009, 7:04 AM 9963

    FTB_RemoveEvent

    another error when i cancel the update and change the page this function have error!! 

    How to fix this ???

     

    function FTB_RemoveEvent(obj, evType, fn, useCapture) {

    if (useCapture==undefined) useCapture=true;

    if (obj.removeEventListener) {                                                    <- this is the debug stop

    obj.removeEventListener(evType, fn, useCapture);

    } else if (obj.detachEvent) {

    obj.detachEvent('on' + evType, fn);

    }

    };

     

     

View as RSS news feed in XML
www.freetextbox.com