Hi,
I have 2 forms like this:
I want to use javascript to get the form 1 elements or form 2 elements. How can i do it please?Code:<form id="form1"> //Elements </form> <form id="form2"> //Elements </form>
Note: i used forms[0] with document object but is not working.



Reply With Quote

Bookmarks