I ran across a situation I thought was strange and wanted to know if anyone else has seen this.
In Foxfire, document.getElementById("someElem") returns null if this element is a child of <form>. I had to use something like document.myForm.someElem to get the object.
In IE, document.getElementById("someElem") returns an object no matter inside a <form> or not.
Am I crazy or is this by design in Foxfire?
In Foxfire, document.getElementById("someElem") returns null if this element is a child of <form>. I had to use something like document.myForm.someElem to get the object.
In IE, document.getElementById("someElem") returns an object no matter inside a <form> or not.
Am I crazy or is this by design in Foxfire?