Thread
:
get element by id & get document.all
View Single Post
08-05-2008, 16:57
#
2
(
permalink
)
pgo
Senior Member
Join Date: Jan 2005
Posts: 12,340
document.getElementById is a standard
W3C DOM method
for finding an element by ... get ready ... its ID.
document.all is bad, bad, bad.
pgo
View Public Profile
Find More Posts by pgo