July 1998
Intermediate to advanced
1456 pages
65h 5m
English
tags( ) — NN n/a IE 4 DOM n/a
tags(tagName)
Returns a collection of objects (among all objects nested within the
current element) whose tags match the
tagName parameter.
A collection (array) of objects. If there are no matches to the parameters, the returned value is an array of zero length.
tagName
A string of the all-uppercase version of the element tag, as in
document.all.myTable.rows.tags("TR").
Read now
Unlock full access