N
NeoAlchemy
I am looking for more information on what browsers do with HTML
elements. I noticed that in Firefox after grabbing an html element
through a dom method (getElementById was what i used) you can do
things that you can't do in IE. For instance. I can use a For in
loop with the element, there is a constructor property attached with
the element, and doing a toString I can find out what type of element
it is [object HTMLInputElement] (or something like that). These are
things that I can not do in IE. I am looking to get more information
on this. Any site that explains these differences? Anyone can
elaborate on this for me?
elements. I noticed that in Firefox after grabbing an html element
through a dom method (getElementById was what i used) you can do
things that you can't do in IE. For instance. I can use a For in
loop with the element, there is a constructor property attached with
the element, and doing a toString I can find out what type of element
it is [object HTMLInputElement] (or something like that). These are
things that I can not do in IE. I am looking to get more information
on this. Any site that explains these differences? Anyone can
elaborate on this for me?