On Thu, 08 Mar 2007 00:54:51 GMT, mjw (AT) garbage (DOT) storm.ca (-berg-) wrote:
Quote:
// IE can't remove what it just added?
// Test line of code to get IE to barf with "Invalid Argument"
parent.removeChild(newLayer); // Ok with Firefox; IE barfs |
One can only guess, but to removeChild, IE was happy with this instead
of parent.removeChild(newLayer);
layer.parentNode.removeChild(layer);
Mark
----------------------------------------------------------------
(To de-spam the rtn addr, take out the "garbage.")