HTMLElement GetElementsByClass Method

    R←Y GetElementsByClass X 

Y is an HTMLElement object. X is a character vector containing a class name. R is an array of elements having class X.

R will be empty if no elements with the class X are found.