Multple forms in a html page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charmgirl
    New Member
    • Oct 2007
    • 4

    Multple forms in a html page

    hi,
    is it possible to have multple forms in a page. if yes than how to read data from multople forms ?
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    Yes , you can have multiple forms on one page. You can refer each form using following methods :-

    1) Using forms collection method. e.g document.Forms[0] will give you the form on HTML page.

    2) Using document.getEle mentById('formI D').

    3) Using document.FormNa me


    Originally posted by charmgirl
    hi,
    is it possible to have multple forms in a page. if yes than how to read data from multople forms ?

    Comment

    Working...