HTMLElement GetElementsByTag Method
R←Y GetElementsByTag X
Y is an HTMLElement object. X character vector containing a tag. R is an array of elements having tag X.
R will be empty if no elements with the tag X are found.
R←Y GetElementsByTag X
Y is an HTMLElement object. X character vector containing a tag. R is an array of elements having tag X.
R will be empty if no elements with the tag X are found.