Guest_imported
New member
- Jan 1, 1970
- 0
I know this way:
dim oElement
for each oElement in document.all
if oElement.tagName = "INPUT" then
...
end if
next
but it doesn't work with:
set oElement = document.all("txt1" ???
dim oElement
for each oElement in document.all
if oElement.tagName = "INPUT" then
...
end if
next
but it doesn't work with:
set oElement = document.all("txt1" ???