Document.forms usage example introduction
Overview forms Returns a collection (an HTMLCollection object) containing all form elements in the current document. Syntax var collection = document.forms; Example to get form information
2025-05-25














