onUnload Filter |
Filters onUnoad JavasScript
instructions in HTML pages to stop them from executing scripts when a page
is closed. A typlical onLoad instruction looks like this: <body onUnload="javascript_function()"> The filter removes the onLoad instruction. The result is: <body> |