Re: "Invalid Argument" in IE, but not in FF.

  •  05-08-2008, 8:44 AM

    Re: "Invalid Argument" in IE, but not in FF.

    Hi,

    That's it!
    Our code is:
     
    document.body.insertBefore(newnode,form)
    but the form is not the direct child of the body.
     
    That would throw the error.
     
    thanks.
    Regards , Terry .
View Complete Thread