Re: How to optimize this JavaScript?



Evertjan. wrote on 23 sep 2007 in microsoft.public.scripting.jscript:

This will never do, since
getElementByTagsName()
does nort exist in js.

try:
getElementsByTagsName()


getElementsByTagName()

;-)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.


Loading