Мой документ содержит более одной формы. Как я могу получить массив всех форм, используя прототип?
<html>
<head></head>
<body>
<form id="form1">
<!-- Other stuffs here -->
</form>
<form id="form2">
<!-- Other stuffs here -->
</form>
<form id="form3">
<!-- Other stuffs here -->
</form>
</body>
</html>