Help for this page

Select Code to Download


  1. or download this
    function enumerate (obj, re) {
        var r = '';
    ...
        }
        return r;
    }
    
  2. or download this
    <button onclick="javascript:alert(enumerate(document.body));"><b>all</
    +b> body properties</button>
    <button onclick="javascript:alert(enumerate(document.body, /width/i));
    +">width related body properties</button>