Click to See Complete Forum and Search --> : 2 forms on same page


rogers
09-18-2003, 10:09 AM
How do I create 2 forms on one page?

On the first page I will have a drop down list box.

Once an entry is selected from the list box, I want the second form to show up on the same page. The second form would contain a table of data based on the value selected from the list box.

From the listbox, can I use "onchange=form.submit()" to get to the second form. Is that the correct way?

Thank you

sciguyryan
09-18-2003, 11:11 AM
could youm provide the code you ahve so far?

rogers
09-18-2003, 08:42 PM
I got it :)


Thanks