Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

document.getElementsByTagName()

Status
Not open for further replies.

adiMasher

Programmer
Aug 31, 2001
144
US
Okay another version question

I can get this to work fine in ms 5.5 at least

I'm also testing on netscape v4.57 and v7.0

4.57 seems to get hung up on the typical test if(document.all || document.getElementById)

what versions of NS handle these DOM calls?

Thanks,
Martin If the sky is blue and the Sun is yellow.... Why isn't the air Green?
 
i think getElementById() and getElementsByTagName() is DOM, and NS6+ can handle it. document.all is IE only, version 3 or 4+
document.layers will give you NS4xx. (not NS4+!) =========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top