My document contains more than one forms. How can I get an array of all forms using prototype?
<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>