eduardojacob
10.08.2001, 12:10
Hi,
I was reading the Tutorial:
Scripting for the 5th generation browsers where it says that we can access the colection: document.GetElementsByTagName(tagname)
I tested this in IE5.5 and NN6.1 and it simple doesn't work...
Than I've gone to msdn.microsoft.com and discovered that the correct sintax is:
document.body.GetElementsByTagName
I would like also to leave a suggestion to this site: Why can't we select text from the site ?
Thanks,Bye
Eduardo Jacob
I was reading the Tutorial:
Scripting for the 5th generation browsers where it says that we can access the colection: document.GetElementsByTagName(tagname)
I tested this in IE5.5 and NN6.1 and it simple doesn't work...
Than I've gone to msdn.microsoft.com and discovered that the correct sintax is:
document.body.GetElementsByTagName
I would like also to leave a suggestion to this site: Why can't we select text from the site ?
Thanks,Bye
Eduardo Jacob