Javascript-HTML - how to iterate through all the forms on a page?

anonymous picture anonymous · Jan 27, 2010 · Viewed 17.8k times · Source

How can I iterate through all forms in a document using javascript?

Answer

rahul picture rahul · Jan 27, 2010

You can use

document.forms collection

See forms Collection