M
mk834tt
What's happening here?
I have a javascript function funcx.
It runs whether or not I set the window.onload event to "funcx" or
"funcx()" However, with the later construct the DOM method
document.getElementsByTagName("thisKind"), within funcx, returns with
zero elements.
firefox 2...
Thanks.
I have a javascript function funcx.
It runs whether or not I set the window.onload event to "funcx" or
"funcx()" However, with the later construct the DOM method
document.getElementsByTagName("thisKind"), within funcx, returns with
zero elements.
firefox 2...
Thanks.