Can anybbody explain the scope used in the javascript
var form = document.getElementById(lookupIdByTagId("form",scope));The above is from the documentation on Beehive site I am confused about the scope. If I need to get the form in a page, what is the scope that is referring to?
