search for: getelementsbytag

Displaying 2 results from an estimated 2 matches for "getelementsbytag".

2006 Feb 26
1
IE Problem with document.getElementsByTag
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...
2006 Mar 31
4
javascript help
Hi list, I have a list of tags. I want to be able to click on a tag and have that tag name populate an input field. I think delicious used to allow you to click on existing links to tag your bookmark similar to this (moving instead to auto_complete). My guess is the code looks something like this.... <form> <input type="text" name="all" id="discover"