So I found the problem. There was an input field on the page with an where id="length". I renamed the field and it works. I love IE!

On 2/26/06, Casey O'Neill <[EMAIL PROTECTED]> wrote:
Does anyone know if IE has a limit to how many object document.getElementsByTag can return? The main problem is that getElementsByClassName is not working on my page with IE but it works with Firefox. I've traced it back to the document.body.getElementsByTag('*') command. While inspecting the length Firefox returns 465. In IE the length alert returns [object]. When I changed document.body to a specific container, both containers returned 56. I am attempting to setup my visual studio debugging environment right now so that I can inspect more. Does anyone have any thoughts?

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to